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

Ensure input CSVs are expected to have a "header" row #24

Open
seanmccleary opened this issue Oct 3, 2024 · 0 comments
Open

Ensure input CSVs are expected to have a "header" row #24

seanmccleary opened this issue Oct 3, 2024 · 0 comments
Assignees

Comments

@seanmccleary
Copy link
Collaborator

Confusingly, it's not consistent whether our scripts expect input CSV files to contain a header row or not. Let's fix this so it's predictable.

  1. Examine all commands that expect an input CSV file to be provided to it
  2. Define what the header row should look like
  3. Update code to ensure that the header row is present
  4. Exit with an error if the correct header row is not in the CSV
  5. Make sure that code which processes the CSV file correctly skips the header row instead of treating it like data
@artley artley self-assigned this Oct 7, 2024
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