Row Merger Question

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
snassimr
Premium Member
Premium Member
Posts: 281
Joined: Tue May 17, 2005 5:27 am

Row Merger Question

Post by snassimr »

Hi !

I want to ask people that have used RowMerger or RowSpliter
Where there are help you?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Um, what? You might want to try asking again. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

In reformatting the rows.
Sunshine2323
Charter Member
Charter Member
Posts: 130
Joined: Mon Sep 06, 2004 3:05 am
Location: Dubai,UAE

Post by Sunshine2323 »

Hi snassimr,

Please refer to the rowmerge.pdf and rowspilt.pdf for more details

Also in short,

Row Merger reads data one row at a time from an input link. It merges all the columns into a single
string of a specified format. It then writes the string on a given column of the output link. The stage
can have a single input link and a single output link.

Row Splitter reads data one row at a time from an input link. It splits the data fields contained in
a string into a number of columns. It then writes the columns to the output link. The stage can have
a single input link and a single output link.
Warm Regards,
Amruta Bandekar

<b>If A equals success, then the formula is: A = X + Y + Z, X is work. Y is play. Z is keep your mouth shut. </b>
--Albert Einstein
Post Reply