Copy number of rows from one column to many columns

Have one column with 100 rows. Now I like to copy first 10 rows to second column, next 10 rows to third column, next 10 to fourth column and so on.
Tried it with chunk loop, but then all is still in same column.

should look like this

image

Hi there @RonG ,

worked for me with Chunk Loop. To end loop use Column Append End Loop node. In between RowID node is needed in order to have same row keys.

ChunkMani

Br,
Ivan

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.