moissinac / csvfix

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

Convert csv to csv - feature request #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to convert my csv files with changing separator, like:
CSVFix convert -sep , -rsep ; -o out.csv in.csv

in.csv:
1,2,3

out.csv:
1;2;3

Cheers

Original issue reported on code.google.com by matri...@gmail.com on 13 Jul 2010 at 7:25

GoogleCodeExporter commented 8 years ago
If you want to make eature requests, it is much easier for all concerned if you 
use the support group at http://groups.google.com/group/csvfix rather than 
posting here. Having said that, this seems like a good suggestion.

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

GoogleCodeExporter commented 8 years ago
Implemented in 0.97.

Original comment by nbutterworth1953@gmail.com on 31 Jul 2010 at 2:38