Skip to main content

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.

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


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


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