I have a point feature class with 5,000 records. Each record has a unique ID, 4260, 3004, 5465, etc...
There are duplicate records of each point. This means I have 2 points stacked on top of one another.
I need to separate each group of duplicate records into a new point feature class.
In the below screenshot, you see the ADDR_KEY field. I want to extract the 1st duplicate record into a new point feature class, then the 2nd duplicate record in a new feature class. The goal is to have each new point feature class contain no duplicate records. Any suggestions on how this can be done?
To illustrate further,
New Point Feature Class 1 will include the first value of 3460, 3470, 3473, and 3475.
New Point Feature Class 2 will include the second value of 3460, 3470, 3473, and 3475.
