Priyanka Sep 23rd, 2015 This can be done using the horizontal pivot logic. Src ->Pivot stage ->Tgt In the Pivot stage properties, select type as horizontal. In output define a column COL and map all the Col1,2,3 to this column. Output this COL column to target.
sai3689 Profile Answers by sai3689 Questions by sai3689 Oct 10th, 2015 In the properties Pivot type=horizontal Tell me which to take pivot column?
Ram Mar 23rd, 2016 Src --> colgen(Dummy) --> Pivot (type=Horizntal & derivaion col=col1,col2,col3) -->copy(drop dummy col) --> trg.
Convert Column Data into Row Data
Input:
col1, col2, col3
----------------
a, b, c
d, e, f
Output like
Col
---
a
b
c
d
e
f
Questions by sai3689 answers by sai3689
Related Answered Questions
Related Open Questions