Skip to main content
Solved

Want to split an attribute, then make new rows that insert the separated values into the new rows


schulte.a
Contributor
Forum|alt.badge.img+3

I have a table where I have emergency meeting points. Each building has a meeting point, some buildings have many points, here is an example:

Building Meet_Points
123 11,12,13
124 16

 

I would like the table to look like this:

Building Meet_Points
123 11
123 12
123 13
124 16

 

How would I separate those meet points, and make numerous rows of the same building that has each meet point and all the other attributes carry over to the newly made rows and are the same?

Best answer by liamfez

You can use an AttributeSplitter on the meeting points attribute. It will create a list and then you can use the ListExploder to explode that list into multiple features.

View original
Did this help you find an answer to your question?

2 replies

liamfez
Influencer
Forum|alt.badge.img+34
  • Influencer
  • Best Answer
  • May 14, 2024

You can use an AttributeSplitter on the meeting points attribute. It will create a list and then you can use the ListExploder to explode that list into multiple features.


schulte.a
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • May 15, 2024

Awesome, i’ll give that a shot! Thanks for the help :)


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings