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

Validate csv submission #9

Open
akrueger opened this issue Sep 24, 2016 · 0 comments
Open

Validate csv submission #9

akrueger opened this issue Sep 24, 2016 · 0 comments
Assignees
Labels

Comments

@akrueger
Copy link
Owner

akrueger commented Sep 24, 2016

Need handing of CSV to ensure no invalid CSV (malformed, but also to schema application is expecting) passes through

File API should restrict files to CSV

  • Trim whitespace and end lines from CSV or it will be parsed as an empty JSON entry.
  • Valid dates in the date field
  • Valid int/float in number fields
  • Valid [a-Z] in text fields
  • No security ever dips below 0
@akrueger akrueger self-assigned this Sep 24, 2016
@akrueger akrueger added the ready label Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant