Closed
Description
Given CSV.generate_line(["",""], col_sep: '|')
the resulting ""|""
is unexpected. The expected result is a simple |
.
It appears the issue is caused by
Line 1438 in ba560e4
If the current behavior is on purpose (which seems to be the case), could an option be introduced to not quote empty values, such as quote_empty: true
?
(Also, does anyone know the smallest workaround for this that doesn't break legitimate double-double-quotes in CSV quoting?
Metadata
Metadata
Assignees
Labels
No labels