Hello!
I have taken a CSV file containing addresses loaded them onto arcgis.com to geocode them. I then opened the map I obtained from arcgis.com with the geocoded addresses in my desktop ArcGIS (10.3.1 version). After that I exported the data from the addresses layer into a shapefile. When I open the attribute table of the addresses shapefile there are no coordinates. According to arcgis.com these points are geocoded, but I am unable to see any of the location data.
Is this to be expected? Is there a way I can obtain coordinates so that I can run spatial statistical analysis [<--- that analysis is my ultimate goal with these addresses]?
Thank for your assistance
Solved! Go to Solution.
The X Y coordinates are not by default appended to the attribute table of the feature class.
They are embedded in the shape or geometry column.
Use Add XY Coordinates in Data Management Tool / Features.
The X Y coordinates are not by default appended to the attribute table of the feature class.
They are embedded in the shape or geometry column.
Use Add XY Coordinates in Data Management Tool / Features.
Thank you so much, Neil.