Skip to main content
Question

Merge attributes from Spatial Join

  • October 14, 2019
  • 1 reply
  • 25 views

Intersecting some points with polygon features, there are multiple points per polygon. The trouble I'm having is I'd like to have a delimiter separated summary of an attribute from the joined points. As an example, three points might intersect one polygon (they have ID values 1,2 and 3).

The desired output would be polygon geometry with a field called Summary ID and a value of "1;2;3" for that polygon.

Does anyone know of a transformer that might handle this attribute merge?

 

 

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.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 14, 2019

If you use a point on area overlayer, and choose to generate a list on output 'area' under attribute accumulation, you can select the point id you want added to the list. Then use a list concatenator on the output of the area port to create the summary Id field