Skip to main content

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 !

 

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


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


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