okfn / messytables

Tools for parsing messy tabular data. This is now superseded by https://github.com/frictionlessdata/tabulator-py
http://messytables.readthedocs.io/
387 stars 110 forks source link

Allow pass-through of all csv.reader arguments #25

Closed rufuspollock closed 11 years ago

rufuspollock commented 11 years ago

Currently only pass through delimiter see https://github.com/okfn/messytables/blob/master/messytables/commas.py#L122

should allow quotechar at least ...

This is minor!