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

How to eliminate duplicates from flat file..what is the procedure

4 Answers  


I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

1 Answers   CTS,


What is persistent lookup cache?

1 Answers  


While migrating the data from one environment to another environment how would you manage the connections?

1 Answers  


Target increases every day even though no new record was inserted

1 Answers   Accenture,


How to elaborate powercenter integration service?

1 Answers  


Enlist some properties of sessions.

1 Answers  


What are the new features in Informatica 5.0?

1 Answers  


Informatica and datawarehousing courses in Pune?

2 Answers  


What is meta data and system catalog?

2 Answers  


Which transformation should we use to normalise the COBOL and relational sources?

1 Answers   Informatica,


How to improve the performance of Aggregate transformation?

3 Answers   Dmss,


Categories