Question

We are unable to iterate the list value in the feature joiner

  • 26 May 2022
  • 1 reply
  • 3 views

We are having two csv files, which are having address fields. We are trying to match the attributes column by column from two tables by using a feature joiner in the custom transformer's loop iterate

image.pngWe are unable to iterate the list value in feature joiner, we are using feature joiner as below. Please help me with how to iterate the left attribute _list{0} to the next value.

imageThanks in advance for your help on this.


1 reply

Userlevel 5
Badge +29

You'll need to explode the list out (ListExploder). This will give you X number of features each with one of the values from the list. You can then compare each list element seperately

Reply