i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c
i want output as 1 a,b,c and 2 a,b,c ...
how can achieve this

Answer Posted / ganesh yadav

using Normalizer Transformation we can convert the multiple
columns as multiple rows, multiple rows as multiple columns...
rows: 1 1 1 2 2 2
a b c a b c
answer
column wise
1 a b c
2 a b c

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention some types of transformation?

803


What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

824


What is meant by LDAP users?

877


Design time, run time. If you don't create parameter what will happen

1629


What are active transformations.

1411


What is incremental aggregation?

822


How can we use batches?

796


How might one distinguish in the case of mapping is right or not without associating session?

852


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

5210


How to update a particular record in target with out running whole workflow?

1359


Explain the etl program with few examples.

755


State the limitations where we cannot use joiner in the mapping pipeline?

778


which one is better performance wise joiner or look up

848


What are the different options available for update strategy?

773


What is the difference between router and filter?

839