csv2table

CSV to Grid Table in Markdown


Keywords
pandoc, markdown, csv, table, terminaltables
License
GPL-3.0
Install
pip install csv2table==0.4.1

Documentation

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.