Skip to main content
Solved

Flatten duplicate points

  • April 12, 2013
  • 3 replies
  • 26 views

Forum|alt.badge.img
I have duplicate points with different IDs that I would like to flatten out based on the lowest ID number. For example, I have four duplicate points with different IDs, point:A1 point:A2 point:A3 Point:A4, I would like to turn those four points into one point with the point IDs in separate fields ordered from lowest to highest like this point;A 1 2 3 4.

 

 

What is the best way to do this?

Best answer by david_r

Hi,

 

 

you can try the Matcher. Specify a name for the "List name on single_matched output" and sort it on the ID using a ListSorter.

 

 

David
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.

3 replies

david_r
Celebrity
  • Best Answer
  • April 12, 2013
Hi,

 

 

you can try the Matcher. Specify a name for the "List name on single_matched output" and sort it on the ID using a ListSorter.

 

 

David

Forum|alt.badge.img
  • Author
  • April 12, 2013
David,

 

 

I owe you cold beverages. This worked like a charm. I tried many different suggestions from similar posts but you got it just right. I did not expect to have this working so quickly. Thank you for you very fast and spectacular answer.

 

 

Justin

david_r
Celebrity
  • April 13, 2013
Justin, 

 

 

Thank you for your kind words, you're very welcome. 

 

 

David