one source to target loading insert new rows and update
existing rows?
Answer Posted / 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 |
Post New Answer View All Answers
How would you join a node to the already existing domain?
How we can use union transformation?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
Differences between version 7.x and 8.x.
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
What are the tasks that can be performed using sq?
whats the logic to load the lower level of granularity of data to fact table.
Difference between Data and Index Caches?
What is domain in terms of informatica?
What is complex mapping?
What is meant by pre and post session shell command?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
How many types of sessions are there in informatica.please explain them?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
If informatica has its scheduler why using third party scheduler?