csv2tabulate

Convert CSV files to tables using python-tabulate


Keywords
csv, python, tabulate
License
CNRI-Python-GPL-Compatible
Install
pip install csv2tabulate==0.1.0

Documentation

How to install

pip install csv2tabulate

Examples

Convert from CSV to reStructuredText

csv2tabulate --output table.rst --format rst table.csv

Convert from recfile to Markdown

rec2csv table.rec | csv2tabulate --output table.md