Hi All,
I'm working on a workflow to bring the information from 3 separate layers into my analysis output. SpatialRelator would do the work but also want to create the lists in order to concatenate values into the same cell. I need to concatenate different fields but ListConcatenator only allows one at time,
Screenshot below shows the fields I want to concatenate with the following structure:
- ListConcatenation A = GM_SiteRef + GM_Type
- ListConcatenation B = LandOwner + LandOwnership_Status + LandOwnership_TITLE_NO
- ListConcatenation C = LEP_Site
How can I make it to work and have multiple ListConcatenators? I'm trying to avoid any filter or tester as won't work....
PD: I would also need to add a ListDuplicateRemover before the concatenator to avoid duplicates in the same cell.
Thanks in advanced 🙂