Hi,
there are lots of qstns about one to many joins.
I want to understand what transformer to use to achieve a one to one spatial join based on geometry?
I have a line in GIS that I want to analyse to see if there a geometry join to a line in CAD. This works fine with the SpatialFilter if there is only one line.
however when GIS and CAD has two lines in close proximity the SpatialFilter is creating a many to one join by joining the Two GIS lines to the same CAD line.
How do I create the one to one join please?
thanks in advance