Solved

Splitting Row

  • 14 January 2021
  • 4 replies
  • 15 views

Is there a easy way to do that in FME?

Splitting_rowThats how i did it:

Splitting_row2now i wonder if there is a easier solution.

icon

Best answer by debbiatsafe 16 January 2021, 01:26

View original

4 replies

Badge +8

Here you go bub. Its quite the Band-Aid approach, but easier than previous solution.

Userlevel 3
Badge +17

Hi @fluusha​ ,

Another option in restructuring your data would be to use a modification of the second example of this transpose table article. The attached workspace does assume any attribute names without a number suffix is part of the same transposed row.

splitRow

Hi @fluusha​ ,

Another option in restructuring your data would be to use a modification of the second example of this transpose table article. The attached workspace does assume any attribute names without a number suffix is part of the same transposed row.

splitRow

Can you tell me how you created the Attributes in the Creator?

I cant find a way to do this i always put a attributemanager behind it to create the attributes.

 

Creator

Userlevel 3
Badge +17

Can you tell me how you created the Attributes in the Creator?

I cant find a way to do this i always put a attributemanager behind it to create the attributes.

 

Creator

Hi @fluusha​ 

Transformers have an option to add attributes if you right-click on the output port.

creatorAddAttributes

Reply