Hi.
Is in Kettle easy way to rotate column to row (i dont mean row denormilaser).
Just from this input:
Do this:
The names of new columns can be whatever.
Is in Kettle easy way to rotate column to row (i dont mean row denormilaser).
Just from this input:
column1 |
John |
Mark |
Henry |
Martin |
Do this:
column1 | column2 | column3 | column4 |
John | Mark | Henry | Martin |
The names of new columns can be whatever.