Skip to main content
Question

How do I add alias names to a table. I have a lookup csv file with over 180 entries so don't want to add them in manually

  • August 12, 2020
  • 1 reply
  • 29 views

gisgeek
Contributor
Forum|alt.badge.img+9

How do I add alias names to a table. I have a lookup csv file and a table with over 180 columns so don't want to add them in manually. I just don't know how to get the alias names into my table

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+54

I think you want to add aliases to columns in an existing ESRI featureclass? The best way to go is probably using Python. See ESRI's documentation.

import arcpy
 
arcpy.AlterAliasName('c:/city/Boston.gdb/SnowReport''Snow Report')

If you want to add aliases to a new featureclass you can use this FME article.

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings