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

quotechar = '\0' into documentation #836

Closed
jesseseeem opened this issue May 17, 2021 · 1 comment · Fixed by #848
Closed

quotechar = '\0' into documentation #836

jesseseeem opened this issue May 17, 2021 · 1 comment · Fixed by #848

Comments

@jesseseeem
Copy link

I just had an extremely helpful response on Julia Discourse from @quinnj regarding a fatal error while reading in a big messy dataset:
https://discourse.julialang.org/t/fatal-error-while-reading-in-messy-data-using-dataframes-csv/61314

I think it would be really useful to have some option like this, or quotechar = false, etc., to tell CSV.read to not interpret any characters as quoted/escaped fields. If quotechar = '\0' is already the canonical solution, it would be great if this were listed more prominently in the help files and documentation.
Thanks on all the hard work on an awesome package!

quinnj added a commit that referenced this issue Jun 17, 2021
fields

Fixes #836. Parsers.jl already supports passing whether quoting should
even be considered, so we just expose that on the CSV.jl side.
@quinnj
Copy link
Member

quinnj commented Jun 17, 2021

Ok, PR is up: #848. With that PR, you would just pass quoted=false to have parsing ignore any quoting.

quinnj added a commit that referenced this issue Jun 17, 2021
…848)

fields

Fixes #836. Parsers.jl already supports passing whether quoting should
even be considered, so we just expose that on the CSV.jl side.
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

Successfully merging a pull request may close this issue.

2 participants