Converting Rows to columns
I have Relational source like his.
JAN FEB MAR APR
100 200 300 400
500 600 700 800
900 100 200 300

I need to convert these rows into columns to the targe.

MONTH TOTAL
JAN 1500
FEB 900
MAR 1200
APR 1500

Please experts help me

Answer Posted / chandra mouli

You will take Expression Transfermation.
In Expression Editon you can write lke this
sum(months) and group by month.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why union transformation is an active transformation?

645


How many number of sessions can one group in batches?

682


If informatica has its scheduler why using third party scheduler?

759


What are the new features of informatica 9.x developer?

524


wf dont have integration severances how you can run?

1530






How can we improve session performance in aggregator transformation?

661


Explain lookup transformation in informatica

639


what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?

1611


What is a grid in Informatica?

601


What is the way to execute pl/sql script using informatica mapping?

950


Explain sessions and how many types of sessions are there?

571


Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?

715


Is it possible to revert a global repository to local one and why?

604


What are the different ways to implement parallel processing in informatica?

851


source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.

2286