Hi,
source data is
col1 values are 5,6,7
col2 are 3,2,1
col3 are 8,9,10
and i want to get target as
col1 5,6,7
col2 1,2,3
col3 8,9,10
how to do this one?

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.
Eg: seq col1 col3
1 5 8
2 6 9
3 7 10
Seq Col2
1 1
2 2
3 3
after joining
col1 col2 col3
5 1 8
6 2 9
7 3 10

I think that resolves your problem.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1625


What is the need of an ETL tool?

644


in reporting we add some new objects,how we get the count of the newly added objects to the report

1755


What is the Rank index port in Rank transformation?

672


Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps

1629






How to Create a folder using pmrep command?

626


What could be the possible resons of locks by user?

665


what is mean by complex business rule ?

1723


What does role playing dimension mean?

630


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

1428


Different qualification between a related rotate toward the sky and isolates look upward?

556


Where are the source flat files kept before running the session?

628


Mention few advantages of router transformation over filter transformation.

642


How would you copy the content of one repository to another repository?

561


What is the surrogate key?

644