Skip to content

Small tool to convert French Excel csv format to normal CSV

Notifications You must be signed in to change notification settings

ewjoachim/fr2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fr2csv

PyPI version Build Status

Transforms a CSV file that can be either well written or oddly writen (with commas as decimal separator and semicolon as field separator) to a normal CSV file (as in RFC 4180).

CLI Usage :

fr2csv <inputfile> <outputfile>

For both in and out, "-" means standard in/output.

As a lib :

Import AgnosticReader and use it like csv.dictReader. If you need to access the csv.DictReader used internally, it's myreader.dict_reader

Run tests

python -m unittest test

About

Small tool to convert French Excel csv format to normal CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages