Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataLoader - validate table name #16

Closed
nikg opened this issue Apr 3, 2012 · 0 comments
Closed

DataLoader - validate table name #16

nikg opened this issue Apr 3, 2012 · 0 comments

Comments

@nikg
Copy link
Member

nikg commented Apr 3, 2012

Data Loader: Before throwing an error "XYZ is not a valid Table Name" after you click "Start", validate that the table name is named correctly:

Table names may contain only alphanumeric characters.
Table names cannot begin with a numeric character.
Table names are case-insensitive.
Table names must be from 3 to 63 characters long.

These rules are also described by the regular expression "^[A-Za-z][A-Za-z0-9]{2,62}$". Table names preserve the case with which they were created, but are case-insensitive when used.

@SyntaxC4 SyntaxC4 closed this as completed May 8, 2012
remiolivier added a commit that referenced this issue May 11, 2012
Issue #16 - DataLoader: Validate Tablename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants