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 / siddu
SOURCE->SRT->EXP->TGT
SRT - Sort by column col1.
EXP - col1
col2
v_col2=iif(v_col1=col1,v_col2||','||col2,col2)
v_col1=col1
o_col1=v_col1
o_col2=v_col2
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain what are the different versions of informatica?
How many input parameters can exist in an unconnected lookup?
How to go to the older version for a mapping?
update strategy transformation in informatica
How many numbers of sessions can one group in batches?
what is the hint? how to use it to reduce the query processing in program?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
Is it possible to define a single node as a Gateway node as well as worker node?
What is native users?
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
I need the output file in the below format using Informatica. __0946684800__ 6 1 3 1 5 1 6 1 10 1 6 10 Pos State Time Split AgentID Reason Spaces Code in Code Spare state ______ ___ _____ ______ __________ ______ 1234 14 0 4321 3103 abcd 4321 15 5 123452 3150 Can someone help please?? We need the data in space-delimited, fixed ASCII format .
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
State the differences between sql override and lookup override?
What is the difference between router and filter?