Skip to main content

Hello Kind People!

I would like to create list of the final matches in my POI dataset. Currently I have table that contains pairs of duplicates (table on the left side). However, I would like to create final list, which says if POI where ID=1 is duplicate with POI (ID =2), and POI (ID=3) is also duplicate for POI (ID=2). Then it is obvious that POI (ID = 1) and POI (ID=3) also have to be duplicates.

I would like to ask if it is possible to create this kind of list in the FME, if yes which tester can be used to do it.

I will be grateful for all hints.

Have a look at the listcombiner on the fmehub, this will create groupings and a list containing all values for the group (in a list attribute called union{})


Have a look at the listcombiner on the fmehub, this will create groupings and a list containing all values for the group (in a list attribute called union{})

Thank you! I will try it!

 

 


Reply