I know this has been asked many times, but i cannot get it to work.
My data is:
ObjectCategoryNumApple8091Apple
81122Apple8100Banana80913Banana81014Banana81155
And i want to turn it into
Object809810811Apple1022Banana131455
I've tried to do the method i've read on the forums using attributecreator, however, its not creating multiple columns based on the column names.
ie, in AttributeCreator:
NewAttribute: @Value(Category)
AttributeValue: @Value(Num)
doesnt do anything.
I am using FME 2019.