How would I go about spitting a column every 12th row so I have three features from column a instead of one
Page 1 / 1
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?