I am looking to capture all features that are duplicated in dataset.
The duplicated filter removes duplicates but keeps one unique feature. I need to capture the unique one that has been duplicated as well.
Can anyone help?
I am looking to capture all features that are duplicated in dataset.
The duplicated filter removes duplicates but keeps one unique feature. I need to capture the unique one that has been duplicated as well.
Can anyone help?
Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.
You could use a Spatial Filter with the "Filter Equals Candidate" test.
Candidate --> Unique port from the Duplicate Filter
Filter --> Duplicate port from the Duplicate Filter
Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.
The filter is stating that there are 243 duplicates so there must be a number which are the unique matches. The mather is only matching 195 on the same attributes.
Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.
Thank you Takashi, That seems to work.