moissinac / csvfix

Automatically exported from code.google.com/p/csvfix
MIT License
0 stars 0 forks source link

Preserve quotes - feature request #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like have options to preserve quotes in output from input csv.

in.csv:
1,"2",3

CSVFix echo b.csv

output:
"1","2","3"

CSVFix echo -psq b.csv

output:
1,"2",3

I prefer to preserve quotes by field, but by column will be good too.

Cheers

Original issue reported on code.google.com by matri...@gmail.com on 14 Jul 2010 at 10:05

GoogleCodeExporter commented 8 years ago
Similar functionality already exists - see the -sqf flag.

Original comment by nbutterworth1953@gmail.com on 30 Jul 2010 at 12:19