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
Original issue reported on code.google.com by
matri...@gmail.com
on 14 Jul 2010 at 10:05