My input file is in the below structure and looking to pivot all rows into columns.
No | name |
1 | value1 |
2 | value2 |
3 | value3 |
4 | value4 |
5 | value5 |
Expecting output should be like
Col1 | Col2 | Col3 | Col4 | Col5 |
value1 | value2 | value3 | value4 | value5 |
What will be the best approach in Ataccama One desktop?
Looking for support and help..