Search found 1 match
- Tue Jan 13, 2009 10:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can any body help me out in this issue
- Replies: 1
- Views: 800
can any body help me out in this issue
input columns Col A Col B 1 NULL 2 3 4 5 6 in out put i want to populate the data like this Col A ColB 1 1 2 1 3 2 4 3 5 4 6 5 6 5 6 5 CAN ANY BODY SUGGET ME HOW IMPLEMENT THIS LOGIC ,IAM DS 7.5 px source is flat file target is flat file