Closed tewe closed 2 years ago
Indeed, --out-quoting 3
(Quote None) yields Error: need to escape, but no escapechar set
, and --out-escapechar
cannot be empty. That said, csvkit
's scope is to only output CSV, so this issue is wontfix.
Thanks for clarifying.
I have single-column CSV with quoting and escaping. As there are no newlines in the values, it is safe to remove both quoting and escaping. But I found no way to do it, except using
csvpy
.Please consider adding this to e.g.
csvformat
.