mplewis / csvtomd

📝📊 Convert your CSV files into Markdown tables.
MIT License
655 stars 90 forks source link

Update csvtomd.py #20

Closed psksvp closed 5 years ago

psksvp commented 6 years ago

hello, this is row 1, foo1 hello, this is row 2, foo2 goodbye, "this, is row 3", foo3

so that it produces

['hello', 'this is row 1', 'foo1'] 3 ['hello', 'this is row 2', 'foo2'] 3 ['goodbye', 'this, is row 3', 'foo3'] 3

https://stackoverflow.com/questions/6879596/why-is-the-python-csv-reader-ignoring-double-quoted-fields

mplewis commented 6 years ago

Hey @psksvp, thanks for the PR!

Can you please include a test for this functionality that fails without this code and passes with this code? This will help prevent against regression and illustrate the functionality you're adding.

mplewis commented 5 years ago

Hi @psksvp,

Thanks for contributing! Sorry for taking so long to get back to your PR. At this time I'm not continuing development on the Python version of this tool.

I'm moving work to the following JS projects:

I'm happy to point to your projects if you decide to take over development on the Python version! Just let me know.