We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quotes escaping is a recommendation in RFC 4180, however CSV should allow stray quotes in fields not starting with a quote.
That means this should be valid:
A,B"C,D
Whereas this should still not be valid:
A,"B"C",D
The text was updated successfully, but these errors were encountered:
Not valid as per RFC, and nobody seems interested in this.
Sorry, something went wrong.
Just had this exact issue in a file generated by a legacy system, since this issue is quite old, is there a workaround for now?
No branches or pull requests
Quotes escaping is a recommendation in RFC 4180, however CSV should allow stray quotes in fields not starting with a quote.
That means this should be valid:
Whereas this should still not be valid:
The text was updated successfully, but these errors were encountered: