Skip to main content

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.

I am getting different results on the duplicates from DuplicateFilter and Matcher.

 

They are both matching on the same attributes.

 

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.

Make sure that the Match Geometry parameter in the Matcher is set to NONE.

 

 


Thank you Takashi, That seems to work.