Hello FME Community,
I have a shapefile that contains an ID column. the ID must be unique, but I have data records that have come twice.
Only ID is the same and other columns are different.
with DuplicateFilter I filter Duplicate. so I get features that came twice. I would like to know that which feature with which feature have the same ID.
Thanks in advance for your help.