Skip to main content
Solved

Spatial join multiple file based on date

  • December 17, 2018
  • 2 replies
  • 17 views

hoa_le
Contributor
Forum|alt.badge.img+5

Hi all,

I have a question a bout spatial join.

I have 2 folder data. Folder 1(GA Folder) and Folder 2 (CHANGE REGION).

I want to join spatial each file in folder 1 with a file in folder 2 which the same date.

Actually, I can use testFilter for each date but it's manual. So I want to use other way to make it automatically. Could you show me how to the way to make it?

Thank you

Best answer by redgeographics

You can use the "date" field in your source data as the Group By attribute in the SpatialRelator. So that spatial join will only be done on requestors and suppliers that have the same value for that field.

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3702 replies
  • Best Answer
  • December 17, 2018

You can use the "date" field in your source data as the Group By attribute in the SpatialRelator. So that spatial join will only be done on requestors and suppliers that have the same value for that field.


hoa_le
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 142 replies
  • December 17, 2018

You can use the "date" field in your source data as the Group By attribute in the SpatialRelator. So that spatial join will only be done on requestors and suppliers that have the same value for that field.

Thank you so much :)