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 |
How to load data in informatica ?
Why the workflow is failed after running two hours in informatica?
When will u go for (which means situation) Connected Lookup and Connected Lookup? Pls explain with an example?
Can we make worklet inside worklet?
How can you display only hidden files in UNIX
What are the data movement modes in informatcia?
ONE FLAT FILE IS THERE WHICH IS COMMA DALAMETED . HOW TO CHANGE THAT COMMA DELEMITER TO ANY OTHER AT THE TIME OF RUNNING ?
How to do unit testing in informatica?
What is meant by active and passive transformation?
what is the diff b/w union and joiner and lookup?
What are the scheduling options to run a sesion?
when load type is selected as bulk or normal in session level ?let me know the internal process and give me an example?