can you think of a tester or tool in FME that can check for polygons in a dataset which are separate (not connected) but have to the same objectID
Ie . fixing this issue below:
thanks!
can you think of a tester or tool in FME that can check for polygons in a dataset which are separate (not connected) but have to the same objectID
Ie . fixing this issue below:
thanks!
Hi
One of Matcher, DuplicateFilter, or AttributeValidator (Valication Rule: Unique) might help you.
My idea would be to use the Matcher as
The Matcher will tell you which features have the same ID, and then sending those features through the NeighborFinder will tell you which ones are disjoint as they should have a _distance value greater than 0.