jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.61k stars 593 forks source link

Implement feature that allows to export tabular data suited to a terminal. This solves issue #340. #437

Closed xdanielsb closed 4 years ago

xdanielsb commented 4 years ago

Hi I implemented a wrapper that helps to export tabular data into a Command Line Interface. All test with different versions of formats were performed. I appreciate any comment or suggestion. If there is any additional change or comment, please let me know.

claudep commented 4 years ago

As soon as @hugovk is satisfied with the PR, so am I.