Question

Adding related candiate attribute as CSV in the requestor data

  • 11 October 2015
  • 3 replies
  • 0 views

Badge
How to add the result of the spatial relator as CSV in the data of requestor 

3 replies

Userlevel 2
Badge +17
Hi,

 

 

Extract your required element(s) from the "_relationships{}" list which is contained by each output feature from the SpatialRelator.

 

 

Takashi
Badge
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 
Userlevel 2
Badge +17
so then, the ListConcatenator might help you.

Reply