Skip to main content
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

  • October 25, 2021
  • 4 replies
  • 20 views

4 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

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.


hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • October 25, 2021

Forum|alt.badge.img

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.

it`s worked, thanks so much 🙏


Forum|alt.badge.img

it`s good idea, but data of products change every day