I have a table of 8 columns and 5 rows. I would like to transform this into a table of 40 columns and 1 row by moving each row to the end of row 1 sequentially. Any ideas on this?
Hi @KunalB86
See this move row to the end.knwf (19.6 KB). I used a chunk loop, then with the loop convert the RowID to 0 and append every collumn. Hope this helps.
gr. Hans
6 Likes
Thank you, will try this!
1 Like
Hi there,
alternatively you can use Column Aggregator with method list. Then Ungroup and Transpose nodes will give you what you need.
Here is workflow:
Br,
Ivan
2 Likes
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.