my source has 2 columns. 1st column data: ABC ABC ABC XYZ
and 2nd column data: 1 2 3 4. And my target should be ABC 1 2
3, XYZ 4
Answer Posted / moorthy g
S-->SQ-->EXP-->AGG--->TGT
EXP:
Create Variable port:
res: decode(col1=prev_col1,concat(res,col2), col2)
O_put: res
pre_col1=col1
AGG:
group by col1
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to implement security measures using repository manager?
Define pmcmd command?
Explain the types of transformations?
How to extract sap data using informatica?
What is aggregator transformation in informatica?
Differentiate between Load Manager and DTM?
How do you load unique records into one target table and duplicate records into a different target table?
What is pmcmd command?
expain about the tune parameters?
How to handle decimal places while importing a flatfile into informatica?
Define update strategy?
What is meant by lookup transformation? Explain the types of lookup transformation?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Can we create a Integration service without a Repository service and vice versa?