Skip to main content
Question

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 polygon and there are multiple polygons how i will join shape file with xls?

  • June 13, 2020
  • 1 reply
  • 12 views

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • 7843 replies
  • June 13, 2020

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.