hi
i use fme for web scrap, when i extract 2 lists (code, price) to write in a excel file, secend list starts after last row of first list. my lists are corresponding and they must be in same row
Question
hi
i use fme for web scrap, when i extract 2 lists (code, price) to write in a excel file, secend list starts after last row of first list. my lists are corresponding and they must be in same row
Hmm, there's probably a better way but you should be able to get the element index from the lists when exploding - you can then use a FeatureJoiner and join on this index.
So check your ListExploder settings and make sure that "Element Index Attribute" is set. Set it to something like "_list_index". Then in your FeatureJoiner you can use the "_list_index" attribute as the join key.
Hmm, there's probably a better way but you should be able to get the element index from the lists when exploding - you can then use a FeatureJoiner and join on this index.
So check your ListExploder settings and make sure that "Element Index Attribute" is set. Set it to something like "_list_index". Then in your FeatureJoiner you can use the "_list_index" attribute as the join key.