can any body help me out in this issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Rajendhar121212
Participant
Posts: 1
Joined: Tue Jan 13, 2009 9:49 am

can any body help me out in this issue

Post by Rajendhar121212 »

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
RAJENDHAR REDDY
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Welcome. That's a pretty standard task for stage variables in a transformer, have you had any experience with that?

ps. All caps is considered SHOUTING. Please don't shout.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply