I have two datasets containing point features with a place name attribute. One dataset is more complete than the other in some areas and the other dataset is more complete in other areas.
I'd like to combine the datasets into a single dataset but with out duplicating place names that exist in both but I can't just delete records where the place name attribute is not unique, for example, there is a Leeds in Yorkshire and also a Leeds in Kent so I need to only delete duplicates if they are within a certain distance of each other.
I've looked at the Spatial Filter transformer and I can use the place name attribute in the Group By but I'm not sure how I'd build this into my workspace and delete the duplicates. Any guidance would be greatly appreciated.