I HAVE A SOURCE FILE CONTAINING
1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B
AND IN TARGET I SHOULD GET LIKE
1|A+B+C+D
2|A+B
3|A+B
WHICH TRANSFORMATION I SHOULD USE

Answer Posted / nitin

1) Src-->SQ->Normalizer-->Target
The first pipeline breaks the rows and convert to columns and then write to target file.
1|A
1|B
1|C
1|D
2|A
2|B
3|A
3|B

2)Src->SQ->Exp->Target
The second pipeline receives the above output with '|' as delimiter and passes to expression.
In the expression transformation concatenate the second column with + for the same first column and then write to target with | as delimiter

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the reusable transformation?

628


Explain target update override in informatica

631


How do you handle two sessions in Informatica

669


Explain pushdown optimization $pushdownconfig parameter - informatica

703


What are the modules in Power Center

1238






What is joiner change?

681


Plz can any one say me how to get the informatica certification materials and dumps

1600


Which transformation should we use to normalise the COBOL and relational sources?

747


What are the performance considerations when working with aggregator transformation?

678


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

1706


Explain sessions. Explain how batches are used to combine executions?

597


How can you differentiate between powercenter and power map?

623


Can we create a node as a gateway node and the same node can be assigned to a grid?

638


What are the components of the workflow manager?

639


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.

1766