Skip to main content
Hi,

 

I trying to spatially join a point feature and a polygon feature, such that I can compare their attributes to find out the unmatched attributes, for which I used SpatialRelator and then FuzzyStringComparer.

 

But the output ain't coming along! 

 

What might be going wrong or any other way !?
*I'm
Hi,

 

 

Output features from the SpatialRelator will have a structured list attribute (named "_relationships" by default) which contains all attributes of every spatially-related Supplier (CANDIDATE) feature. I guess you have overlooked the list.

 

Takashi

Reply