[GIS] Changing field / alias names in a shapefile using ArcMap10.2

arcgis-10.0arcmapshapefile

I have a query regarding changing field and alias names in a shapefile.

ArcGIS info for 10.2 says: …For example, you can do any of the following:
Define an alias for a field name so the field appears in the table with a name that is easy to understand. This is helpful because you cannot change the names of fields in your data once they are created.
….

I'm bringing MapInfo files over into ArcMap and run into the 10 character truncation limit when changing to a .shp. Note that I need to use the shapefile format.

As I cannot change the properties in the .shp format, I import the shapes into a .gdb and then change the Name fields in Properties using ArcCatalog. My query is how to change the Alias to align with the now-changed 10 character limited Name.

Best Answer

Both the Field and Alias can only be changed in the Properties\Field Properties within a .gdb using ArcCatalog. Later versions eg 10.2.1 and above have a Data Management / Alter Field tool (although still only for .gdb). I export the changed file back to a shapefile for further use.

A solution will be to change the MapInfo header file to align with the shapefile limit and therefore do away with the .gdb step.