How can u insert o ne row in the target if that row does not
exists in the target and update if it exists
Answers were Sorted based on User's Feedback
Answer / sudhar
Use the session properties,
In Target Properties use options
Insert
update else Insert
Check boxes.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / abhinav
By using an UPDATE STARTEGY transformation.
DD_UPDATE = If the record alreadye exists
DD_INSERT = If the record is a new one
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sailu
Do look up on the target with the key values. Check if the
look up is null or not. If look up value is null insert it
and if look up value is not null update it using update
strategy transformation with DD_UPDATE
Is This Answer Correct ? | 1 Yes | 0 No |
Hi Sudhar,
Please check your answer it is not working....
We can use the SCD type 1 only get the new row as insert
into target and updated record as update into target.
If it wrong means please mail me.. chandranmca2007@gmail.co
Is This Answer Correct ? | 0 Yes | 0 No |
In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?
how to identify new and old values in source qualifier or any other transformations using informatica
i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you do?
enterprise datawarehouse your project phase by phase explain?
Please explain in detail with example about 1.Confirmed Dimension. 2.Junk Dimension. 3.Degenerated Dimension. 4.Slowly changing Dimensions
.prm wirh repalce .txt is possible?
What are mapplets? How is it different from a Reusable Transformation?
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
Suppose in the next version of Informatica, RTR Xn is excluded. Then how will u route data to different tgts?
What is a data modeling?
Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.
what is diff b/t sorter t/r and agg have the option sorter property...