Skip to main content
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?
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
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
Justin, 

 

 

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

 

 

David

Reply