-
Notifications
You must be signed in to change notification settings - Fork 216
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
Notwithstanding --skip-comments
, double-quoted tokens in comment are mishandled with any --c2*
option
#1562
Comments
Thanks for the workaround, @aborruso! |
@sphakka this is related to #1346 In Miller <= 5 (written in C) I had my own CSV parser and I could make it do the right thing. In Miller 6 (re-written in Go) I use the Go library's CSV parser. Unfortunately, it parses CSV liines as CSV and then lets me decide whether or not they look like comments. This isn't great. I either need to port my own CSV parser from C to Go and stop using the Go library's CSV parser, or, maybe find some way to intervene in what it's doing .... |
--skip-comments
, double-quoted tokens in comment are mishandled with any --c2*
option
Closing this as a duplicate of #1346 (which needs doing) ... |
I'm possibly missing something, but can't get mlr (v6.12.0-dev) to work with comments containing double quotes:
Shouldn't it ignore the comment line altogether?
The text was updated successfully, but these errors were encountered: