I have several hundred shape files that have a field in the attribute table called "ELEVATION". They need to all be edited to be camelcase like "Elevation", where the E is capitalized but the rest are lower case.
Anyone know a way I can do this without importing and editing each shape file one at a time?
Thanks!
Solved! Go to Solution.
Alter field .... but you would have to cycle through the files, check to see if the field exists and change it.
see code example 2
Alter field .... but you would have to cycle through the files, check to see if the field exists and change it.
see code example 2
Thank you
At least at 10.4.1, I have found that capitalization is ignored by Alter Field. Just tested it on a FGDB field. I would actually have to change some characters for it to do anything to the field name.