Link to home
Start Free TrialLog in
Avatar of rajannagpal
rajannagpal

asked on

Transformation to transpose in informatica

We need to convert the name value pair data to column wise data.
Which transformation is used to transpose the data?
ASKER CERTIFIED SOLUTION
Avatar of kanema
kanema

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rajannagpal
rajannagpal

ASKER

Aggregator is used only for numeric values. We have to unpivot/transpose the character data coming as rows from source and populate into columns. Which is the right way to do this operation?