0

Last week I had imported some shapefiles into file geodatabase. It makes sense but when I checked table of the outputs I had found that some integer field names had been changed to other names. For example original name is 2010 changed to F1.

Please help.

nmtoken
13.6k5 gold badges39 silver badges91 bronze badges
asked Jul 31, 2013 at 5:56

1 Answer 1

3

Field Names Can't start with a number
• Eliminate any characters that are not alphanumeric character or an underscore.
• Do not start field or table names with an underscore or a number.
• It is necessary to edit the field names in delimited text files to remove unsupported characters before using them.

answered Jul 31, 2013 at 6:08

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.