I'm using ArcGIS Pro 3.2.1 and I wish to reverse geocode a point layer (i.e., I have the points and I want street addresses for them). When I use the Reverse Geocode tool with the ArcGIS World Geocoding Service, I can get addresses, but the output dataset also contains new geometry (i.e., new points). I don't want the latter - I want to keep the original points and just get addresses for them.
Is this possible?
Further, when I run the tool, if any records are returned for which an address could not be assigned, those records have no geometry at all. But I want to keep the original points, even if I can't get an address for them out of the tool. I'm working with hundreds of records, so the What's Here? interactive tool is not practical.