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

Improve the handling of "empty" CSV rows #1

Open
lancespeelmon opened this issue Aug 14, 2014 · 0 comments
Open

Improve the handling of "empty" CSV rows #1

lancespeelmon opened this issue Aug 14, 2014 · 0 comments

Comments

@lancespeelmon
Copy link
Contributor

It is common to find a CSV file that has rows at the bottom of the file with only comma (i.e. separator) characters. AFAICT, this seems to be an irregular behavior of both Excel and Google Sheets. The program currently raises some really cryptic exception and it would be much better to just quietly ignore "empty" rows; i.e. rows that only contain separator characters.

Or at a minimum, improve the error message provided to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant