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

CSVFormat doesn't have the capability to read CSVs with custom line breaks #66

Open
josepajay opened this issue Jul 1, 2021 · 0 comments

Comments

@josepajay
Copy link
Contributor

If the line breaks aren't one of \n, \r, \r\n when parsing a CSV, the library we're using won't recognise that there's a line break there.

The CSV-W spec allows you to specify any crazy chars you want to represent a line break. Is this a problem that we can't recognise any outside the standard three?

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