csv-safe icon indicating copy to clipboard operation
csv-safe copied to clipboard

Extra single quote character

Open andrew-3 opened this issue 8 months ago • 1 comments

It can be reproduced with:

rows = [["-24.34","2"]]; CSVSafe.generate { |csv| rows.each { |row| csv << row } }

Expected output: "-24.34,2\n" Actual output: "'-24.34,2\n"

andrew-3 avatar Apr 09 '25 20:04 andrew-3

Hello, I think I have a similar issue.

Image

robikovacs avatar May 14 '25 07:05 robikovacs