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

Allow stray quotes in unescaped fields #44

Closed
beatrichartz opened this issue Jun 25, 2016 · 2 comments
Closed

Allow stray quotes in unescaped fields #44

beatrichartz opened this issue Jun 25, 2016 · 2 comments

Comments

@beatrichartz
Copy link
Owner

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
@beatrichartz
Copy link
Owner Author

Not valid as per RFC, and nobody seems interested in this.

@alex88
Copy link

alex88 commented Nov 14, 2018

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?

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

2 participants