Skip to main content
Question

How to unmelt ? (AttributeCreator ? ColumntoRow ?)

  • April 7, 2023
  • 2 replies
  • 32 views

Hello everyone, I am new to FME and I would like to do automatically the task described in the photo, which is an "unmelt"s . I went and check the transformers "ColumnToRow" that did not work for me, and AttributeCreator that works but needs to add one by one every attribute "Thing1", "Thing2" ... Or maybe I missed something ?

Thanks for your help !example

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • April 10, 2023

@jules_c​ also called a transpose or pivot depending on the output. Have a look at this article for some ideas


  • Author
  • 1 reply
  • April 11, 2023

@jules_c​ also called a transpose or pivot depending on the output. Have a look at this article for some ideas

Thank you, I am going to check the article !