Skip to content

harkabeeparolus/tublub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tublub

Convert or view tabular data files using Tablib. Tublub is just a simple CLI wrapper around Tablib.

$ tublub --list
Available formats: json xlsx xls yaml csv tsv ods dbf html jira latex df rst cli

$ tublub input.json
Username |Identifier|First name|Last name
---------|----------|----------|---------
booker12 |9012      |Rachel    |Booker
grey07   |2070      |Laura     |Grey
jenkins46|9346      |Mary      |Jenkins
johnson81|4081      |Craig     |Johnson
smith79  |5079      |Jamie     |Smith

$ tublub input.json output.xlsx

$ file output.xlsx
output.xlsx: Microsoft Excel 2007+

$ tublub input.json --format csv
Username,Identifier,First name,Last name
booker12,9012,Rachel,Booker
grey07,2070,Laura,Grey
jenkins46,9346,Mary,Jenkins
johnson81,4081,Craig,Johnson
smith79,5079,Jamie,Smith

News and Changes

Please see the changelog for more details.

About

Convert or view tabular data using Tablib.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages