Question

Splitting one column into many

  • 4 March 2022
  • 3 replies
  • 18 views

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


3 replies

Userlevel 4
Badge +30

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?

Badge +4

Hi @qitkyle​,

maybe this help you:

Workflow GrouperThe result is:

Result

Reply