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

Raise a warning if a title row is found #88

Merged
merged 2 commits into from
Mar 18, 2014
Merged

Conversation

pezholio
Copy link
Contributor

Fixes #87

Needed for theodi/shared#172

This raises a warning if the count of columns (discarding blanks) in the first row is less than the average count of columns in the rest of the CSV.

So, for example, this CSV:

example

Will raise a warning of title_row (not sure if this should be an error actually).

We can then expand on this, and provide advice in the app

ldodds added a commit that referenced this pull request Mar 18, 2014
Raise a warning if a title row is found
@ldodds ldodds merged commit 4d7345c into master Mar 18, 2014
@ldodds ldodds deleted the check-for-title-rows branch March 18, 2014 15:46
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

Successfully merging this pull request may close these issues.

Duplicate column names
2 participants