/csv2table

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Build Status GitHub Releases PyPI version Development Status Python version License

A simple cli that uses terminaltables to convert CSV into table in plain text. For example, the resulted table is a valid pandoc grid_table. Kramdown uses this syntax as well. If the CSV cell contains markdown element, it will be contained in the grid table output as is.