Skip to main content
Question

Match List

  • December 13, 2017
  • 2 replies
  • 7 views

Forum|alt.badge.img

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • December 13, 2017

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{})


Forum|alt.badge.img
  • Author
  • 10 replies
  • December 13, 2017

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!