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 parsing quoted CSV fields without applying quote escape #20

Closed
jbax opened this issue Apr 21, 2015 · 1 comment
Closed

Allow parsing quoted CSV fields without applying quote escape #20

jbax opened this issue Apr 21, 2015 · 1 comment
Assignees
Milestone

Comments

@jbax
Copy link
Member

jbax commented Apr 21, 2015

Some users reported the need to parsing/writing quoted CSV values as-is. For example:

  • when parsing: if an escape sequence appears inside a quoted value, it should not be replaced by the quote character. The original content should be returned
  • when writing: if a value is quoted and it contains a quote character it should not be escaped - we assume the user is providing an escaped value here otherwise this will produce invalid CSV.
@jbax jbax added this to the 1.6.0 milestone Apr 21, 2015
@jbax jbax self-assigned this Apr 21, 2015
jbax added a commit that referenced this issue May 17, 2015
@jbax
Copy link
Member Author

jbax commented May 17, 2015

Done in this commit: 15c1e73

Released SNAPSHOT version 1.6.0

@jbax jbax closed this as completed May 17, 2015
This issue was closed.
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