Page 1 of 1

reverse pivot

Posted: Mon Aug 08, 2011 8:27 pm
by ds_dwh
Hi,
how to do reverse pivot

source:
EID,1stname,Middlename.Lastname
101,sunil,kumar,sharma
102,web,sphere,datastage

my output will be like this:

EID,Name
101,sunil
102,web
101,kumar
102,sphere
101,sharma
102,datastage

please how to this one

Re: reverse pivot

Posted: Mon Aug 08, 2011 8:39 pm
by SURA
I am not sure, but Check the column import stage / pivot stage.

DS User

Posted: Mon Aug 08, 2011 9:58 pm
by ray.wurlod
Search DSXchange for "vertical pivot" in server jobs. There are at least three ways, all of which have been published here.