one source to target loading insert new rows and update
existing rows?

Answers were Sorted based on User's Feedback



one source to target loading insert new rows and update existing rows?..

Answer / s

We can achieve this

SRC->EXP->UPD->TGT.

In Update Transformation put DD_UPDATE. And in target add
update_override to update the required columns based on the
condition. At session level set the target load attribute
as INSERT, UPDATE ELSE INSERT.

Is This Answer Correct ?    5 Yes 0 No

one source to target loading insert new rows and update existing rows?..

Answer / jay

SQ ---------> UPD --> TRG
| ^
| |
--> LKP --

In update startegy, just give type as formula
iif(isnull(LKP_Col1), 0, 1)

0 --> DD_INSERT
1 -->DD_INSERT

Is This Answer Correct ?    4 Yes 1 No

one source to target loading insert new rows and update existing rows?..

Answer / ppl

using scd type 2 v can do dis

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Informatica Interview Questions

Can you copy the session to a different folder or repository?

2 Answers  


I have data like sno mailid 1 subbu@dell.com 2 arthi@dell.com 3 thiru@dell.com .. ..... like this for N no.of how we will send a message 'meet hr' at a time in windows environment by the informatica..

2 Answers   DELL,


can we send mail when ever it get success or faulure to other mailid?(Not company mail id)

1 Answers   Puma,


What are the differences between oltp and olap?

0 Answers  


explain one complex mapping with logic? sales project?

0 Answers   Accenture, JPMorgan Chase,






Why the workflow is failed after running two hours in informatica?

1 Answers   GE,


Explain lookup transformation is active in informatica

0 Answers   Informatica,


what is the difference between informatica6.1 and infomatica7.1

0 Answers   TCS,


In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar

1 Answers  


How do we implement materialized view?when to use materialized view?

1 Answers   TCS,


how can you load data into target table without leading zeor's

4 Answers   Deloitte,


suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?

3 Answers  


Categories