one source to target loading insert new rows and update
existing rows?
Answers were Sorted based on User's Feedback
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 |
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 |
what is the process of target load planing?
which is better perfomancewise lookup or joiner and why?can anyone give example?
What is main use of mapplet?
Explain target update override in informatica
what is rank and dense rank in informatica with any examples and give sql query for this both ranks
Can i create a lookup table without cache.
Explain the different lookup methods used in informatica?
What is log file,and where is it located,why u r using the log file
How big was your fact table
i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table: pls full details
8 Answers L&T, TCS, UnitedHealth Group, Wipro,
What are the various types of transformation?
How can you define a transformation? What are different types of transformations in Informatica?