mplewis / csvtomd

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

Update test_csvtomd.py #21

Closed psksvp closed 5 years ago

psksvp commented 6 years ago

""" hello, this is row 1, foo1 world, this is row 2, foo2 goodbye, "this, is row 3", foo3 """ The fail case is from the above csv which produce the following,

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

where the 3rd row has 4 columns. It should have been 3. I add this test in def test_column_with_quote().

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.