row to column

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
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

row to column

Post by vivek_rs »

I have the following requirement...

My Input is:

A1|b1|b2|b3
A2|b4|b5

The Output should be:

A1|b1
A1|b2
A1|b3
A2|b4
A2|b5

Is there a way to do this on the Parallel canvas?

TiA
Regards,
Vivek RS
srekant
Premium Member
Premium Member
Posts: 85
Joined: Wed Jan 19, 2005 6:52 am
Location: Detroit

Post by srekant »

You can use pivot stage to do it.
Sree
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Post by vivek_rs »

There is no Pivot Stage in my Pallette!!???
I am using DataStage 7.1
Regards,
Vivek RS
madhukar
Participant
Posts: 86
Joined: Fri May 20, 2005 4:05 pm

Post by madhukar »

it is a plugin stage
dsxdev
Participant
Posts: 92
Joined: Mon Sep 20, 2004 8:37 am

Post by dsxdev »

Hi Vivek
Pivot will do the work this should be there in Parallel Canvas.
You'll find it in in Designer if you right click you'll get Customimze pallette from there you just choose the satge from parallel option.
Happy DataStaging
Post Reply