Convert json to tab-separated format.
Project description
Convert json to tab-separated format. Read from STDIN and write to STDOUT. E.g.
$ echo '[{"id":"123", "user":{"name":"mary", "gender":"female"}}, {"id":"124", "user":{"name":"mark", "gender":"male"}}]' | json2tsv id user.name user.gender 123 mary female 124 mark male
Free software: BSD license
Documentation: http://json2tsv.rtfd.org.
History
0.1.2 (2016-09-28)
Adds type decoding to tsv2json
Light refactoring
0.1.1 (2016-07-11)
Bugfixes; unicode support
py2 / py3 support
0.1.0 (2014-01-11)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
json2tsv-0.1.2.tar.gz
(13.1 kB
view hashes)
Built Distribution
Close
Hashes for json2tsv-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e15878f35dd2da01664bca643b1188da1532ea44de2841f40cd55a26f99d6b2 |
|
MD5 | 66d5e14276c71283db6d01d7dbedca8a |
|
BLAKE2b-256 | 0c8519febe9416b4222dd102099ff42d05a0efea243533ca2f5cc021be7d0e1a |