https://github.com/ickc/csv2table
https://github.com/ickc/csv2table
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ickc/csv2table
- Owner: ickc
- License: gpl-3.0
- Created: 2016-11-09T08:32:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T21:09:19.000Z (about 5 years ago)
- Last Synced: 2026-06-02T01:06:58.262Z (about 1 month ago)
- Language: Python
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](https://travis-ci.org/ickc/csv2table) [](https://github.com/ickc/csv2table/releases) [](https://pypi.python.org/pypi/csv2table/) [](https://pypi.python.org/pypi/csv2table/) [](https://pypi.python.org/pypi/csv2table/) 
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.