in source one table is there.
id value
--- ------
1 a
2 b
3 c
1 d
2 e
1 f
in target i want
id value
---- ------
1 a,d,f
2 b,e
3 f
How to implement it in informatica without using normalizer
transformation?
Answer Posted / babu
SRC->SQ->SRT->AGT->TGT
SRT - SORT BY ID.
AGT-GROUP BY ID.
EXP - ID
NAME
*** ( V--> FOR VARIABLE PORT ,O-->FOR OUTPUT PORT)
V_NAME=IIF(V_ID=ID,V_NAME||','||NAME,NAME)
V_ID=ID
O_ID=V_ID
O_NAME=V_NAME
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Differentiate between router and filter transformation?
Why update strategy and union transformations are active?
Explain lookup transformation source types in informatica
What is union transformation?
How would you copy the content of one repository to another repository?
What is primary and backup node?
Explain constraint based loading in informatica
Can you use flat files in Mapplets.
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
can anyone suggest best free Talend data integration training online
Is there any target staging area in informatica not staging area
What is main use of mapplet?
wat are deployement groups in informatica, how it will be used for developers
What are session parameters ? How do you set them?
Is it possible to revert a global repository to local one and why?