Replies: 2 comments 2 replies
-
Hi @bchill if you read CSV rfc, you have:
Then you have a wrong CSV, it should be
If you run
|
Beta Was this translation helpful? Give feedback.
-
@bchill -- @aborruso is correct regarding RFC-4180 CSV:
That said, Miller is rather strict about following the RFC, but also claims to be a data-cleaning tool and non-standard CSV is abundant in the world ... so this is room for improvement in Miller. :) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using 5.6.2.
With this data in /tmp/file.csv
"name","address"
"John","2 Main St."
"Dave","100 Main St \"Apt 2\""
I get
$ mlr --quote-original --csv sort -f name /tmp/file.csv
mlr: unmatched double quote at line 2.
I am clearly missing something.
Is there some other option I need?
Beta Was this translation helpful? Give feedback.
All reactions