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

Add csv validation #94

Open
qedi-r opened this issue Oct 11, 2018 · 1 comment
Open

Add csv validation #94

qedi-r opened this issue Oct 11, 2018 · 1 comment

Comments

@qedi-r
Copy link
Contributor

qedi-r commented Oct 11, 2018

We should be able to validate CSV input files in the scripts/travis_test ruby script.

If we want, we can break this out into a separate script that will be called by Kernel#system to keep as much of the script codebase in Python as possible.

@qedi-r
Copy link
Contributor Author

qedi-r commented Oct 11, 2018

Things we should validate:

  • line endings
  • correct number of csv rows
  • ward names
  • spelling, on appropriate fields (eg titles)

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

1 participant