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

Add support for escaping double quotes with the configured escape character. #42

Closed
frankgrimes97 opened this issue Oct 3, 2017 · 0 comments
Labels
Milestone

Comments

@frankgrimes97
Copy link
Contributor

The default hard-coded behaviour does not work for all CSV parsers.
I've worked around the issue by adding support for using the configured escape character instead of doubled-up doublequotes ""
I've added a pull request for this feature: #41

In case you're curious, we're trying to generate CSVs for ingestion into a Vertica database and "" needs to be \"

@cowtowncoder cowtowncoder added this to the 2.9.3 milestone Nov 8, 2017
cowtowncoder added a commit that referenced this issue Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants