Skip to content

Fix CSV delimiter detection on line breaks (fixes #716) #717

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

Closed
wants to merge 5 commits into from
Closed

Fix CSV delimiter detection on line breaks (fixes #716) #717

wants to merge 5 commits into from

Conversation

thisispaul
Copy link
Contributor

@thisispaul thisispaul commented Oct 10, 2018

The CSV Reader can now correctly ignore line breaks inside
enclosures which allows it to determine the delimiter
correctly.

This is:

- [X] a bugfix

Checklist:

Why this change is needed?

The CSV Reader was incorrectly infering the separator due to it treating new lines inside enclosures as brand new lines in the CSV when it should have been treating it as part of the same line on the CSV.

See #716

@PowerKiKi PowerKiKi closed this in 813855b Oct 21, 2018
@PowerKiKi
Copy link
Member

Thanks !

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

Successfully merging this pull request may close these issues.

2 participants