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