I have a feature class that has several million address points. A small percentage of them are not terribly accurate, but a small percentage of several million is still too many to update one at a time. We have some code that interpolates a more accurate X,Y location based on nearby addresses that are accurately placed.
So now I have a table of new X,Y coordinates and I need to move the existing points to those coordinates. I can't, unfortunately, just use Display XY, append the new feature class to the original, and replace the old entries. The GlobalID for the original feature has to stay the same.
I can use the Move To tool to update one at a time, but that would be really unpleasant.
Is there a tool I can use to do them all at once?