When running an import, Civis may rename your columns on table creation to increase the likelihood of a successful run. What follows are renaming rules that are executed in the following order:
- Remove any characters that are not alphanumeric or not an underscore.
- Replace any remaining white spaces with an underscore. Multiple consecutive spaces are collapsed into a single underscore.
- If the column name now starts with a number, prepend it with "c".
- If the column name now is greater than 127 characters, it is trimmed down to 127 by removing from the end.
Comments
0 comments
Please sign in to leave a comment.