rufuspollock-okfn / dataconverters

Python library and command line tool for converting data from one format to another
http://okfnlabs.org/dataconverters/
100 stars 33 forks source link

CSV parser should pass through delimiter and quotechar options to messytables #64

Closed rufuspollock closed 11 years ago

nigelbabu commented 11 years ago

Messytables doesn't actually let me specify the quotechar, but I've added the ability to pass through the delimiter in https://github.com/okfn/data-converters/commit/7ec1417386d301f0385fdad89b7e585927ec01e6

rufuspollock commented 11 years ago

We should open an issue with messytables to support the quotechar ...

nigelbabu commented 11 years ago

There's already issue 25 with messytables about this.

mk270 commented 11 years ago

These tools should support all the CSV options available in the python csv module