Skip to main content

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

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.


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 :)


Reply