Skip to main content

How would I go about spitting a column every 12th row so I have three features from column a instead of oneimage

Hi @qitkyle​ 

You can use the custom transformer Grouper for split number of rows that you want.

 

 

Thanks in Advance,

Danilo


Hi @qitkyle​ 

You can use the custom transformer Grouper for split number of rows that you want.

 

 

Thanks in Advance,

Danilo

Thanks. How would I then go about splitting the single column to multiple columns by using the row grouper row attribute?


Hi @qitkyle​,

maybe this help you:

Workflow GrouperThe result is:

Result


Reply