concatenate the name field & remove duplicate id

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rohit19 k
Participant
Posts: 1
Joined: Thu Jun 04, 2009 2:04 am

concatenate the name field & remove duplicate id

Post by rohit19 k »

we have a sequential file in which there are two columns i.e. id & name
Id name
10 a
10 b
20 c
20 d

I want a output in following format:

id name
10 ab
20 cd

concatenate the name field & remove duplicate id using stage variable in Transformer.
ROHIT KUMAR
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Moderator - please move to the PX forum.
-craig

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