How to extract original records at one target & Duplicate
records at one target?
Answer Posted / davan
sq-->sort--exp--riuder--tg1--tg2
In exp V_flag=iif(empno=p_empno,v_flag+1,1)--variable port
p_empno=empno--variable port
0_flag=v_flag--output port
In rouder o_flag>1 one target,default one target
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by a term domain?
What is the function of look up transformation?
Do you find any difficulty while working with flat files as source and target?
How you can differentiate between connected lookup and unconnected lookup?
What is union transformation in informatica?
whats the logic to load the lower level of granularity of data to fact table.
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
Explain the tuning lookup transformation - informatica
What is a surrogate key?
What is the use of target designer?
Explain the difference between a data warehouse and a data mart?
pmscmd startworkflow -sv
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Mention few advantages of router transformation over filter transformation.
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