Skip to main content

I have a shape file and i want join with xls sheet (consists of X and Y), there are no common id between them but xls feature lies inside the shape file polygons and there are multiple polygons how i will join shape file with xls?

Hi @razamir, I think you can use the VertexCreator to create a point geometry from X and Y for every Excel feature, spatially relate them with the Shapefile polygon features with the SpatialRelator.


Reply