How to add the result of the spatial relator as CSV in the data of requestor
Page 1 / 1
Hi,
Extract your required element(s) from the "_relationships{}" list which is contained by each output feature from the SpatialRelator.
Takashi
I need to join the requestor feature to supplier feature as CSV in a field on the requestor data e.g.
If I have a requestor record joined with 3 supplier a,b and c then the output should be
RequestorName , RequestorId , SupplierDetails
khalid , 5 , a,b,c
so then, the ListConcatenator might help you.