Skip to main content
Question

Splitting one column into many

  • March 3, 2022
  • 3 replies
  • 213 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

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 4, 2022

Hi @qitkyle​ 

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

 

 

Thanks in Advance,

Danilo


  • Author
  • 1 reply
  • March 7, 2022

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?


connecter
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 72 replies
  • March 7, 2022

Hi @qitkyle​,

maybe this help you:

Workflow GrouperThe result is:

Result