Skip to main content
Solved

Splitting Row

  • January 14, 2021
  • 4 replies
  • 60 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.

Best answer by debbiatsafe

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

alexlynch3450
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 68 replies
  • January 14, 2021

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


debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • Best Answer
  • January 16, 2021

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


  • Author
  • 14 replies
  • January 20, 2021

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


debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • January 20, 2021

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