Question

How can I separate words (which were in an attribute) in several attributes for the same feature ?

  • 11 August 2022
  • 3 replies
  • 2 views

Badge

Hello,

 

I have in my attribute, words separated by comma. I would like to have a word by attribute not all the words in an only attribute. I used "AttributeSplitter" , a list has been created, then I used "Listexploder" and I have my words (which were in an only attribute) separated but not in several attributes for the same feature, it created several features!

 

I want separate word (which were separated by comma in a attribute), in different attributes (one word by attribute) with the same number of features

Thanks !

 


3 replies

Badge +2

@lachichi_farah​ Can you use AttributeManager to rename the list attributes created by AttributeSplitter?

Userlevel 4
Badge +36

Take a look at the ListBreaker transformer on FME Hub. You will have to use an AttributeExposer afterwards to make the new attributes visible.

ListBreaker_Demo

Badge

Take a look at the ListBreaker transformer on FME Hub. You will have to use an AttributeExposer afterwards to make the new attributes visible.

ListBreaker_Demo

Thank you so much ! (Sorry to replying so, I was traveling)

Reply