I have source data like this
col1 col2 col3
5 3 8
6 2 9
7 1 10
and i want to get target as
col1 col2 col3
5 1 8
6 2 9
7 3 10
which transformation i have to use and how?

Answer Posted / siva

Take col1 and col3 in pipeline with a sequece generator,
and sorted values of col 2 in another pipeline with
sequence generator. Join both pipelines by sequence values
and send it to target.

for more details.. look into 5th page, last question, last
answer

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you prepared reports for OLAP?

1148


What is union transformation in informatica?

695


I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

1204


Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,

6748


During the running session, output files are created by informatica server. Enlist few of them.

537






Is stop and abort are same in informatica?

568


What is meant by pre and post session shell command?

619


How do you manage the Parameter files while migrating your data from one environment to another environment?

536


how we can load rejected record's at run time?(not through bad files)

1906


explain one complex mapping with logic? sales project?

6141


How many dimensions are there in informatica?

623


How to delete duplicate row using informatica?

602


What are the steps involved in the migration from older version to newer version of Informatica Server?

1572


Why update strategy and union transformations are active? Explain with examples.

703


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

586