mplewis / csvtomd

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

Added support for \t escaped tab delimiter. #25

Closed pansapiens closed 5 years ago

pansapiens commented 6 years ago

This allows the delimiter to be specified as any of the standard Python escape characters:

eg:

csvtomd -d "\t" mydata.tsv

I also fixed the filename for the README referenced in setup.py.

mplewis commented 5 years ago

Hi @pansapiens,

Thanks for contributing! 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.