Importing a Delimited-Text File
This page displays fields that were found in the uploaded file. Adjust the field names as needed, and set the corresponding field types for the new table.
For example, you might change the data type for an email address field to Long Text Field (255 chars or less), because some older email addresses may contain more than 50 characters. See Data types and field names for more information.
Field names that start with an illegal character will be prefixed with a lowercase "c"; then illegal characters will be stripped from field names; then long field names will be shortened to 30 characters.
For example
**Field-Name#3
will become
cFieldName#3
and
23Field_Name$4
will become
c23Field_Name$4
Note: If these changes result in duplicate field names, you will have to rename one or more fields yourself to make them unique.