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.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.1.tar.gz
(12.3 kB
view hashes)
Built Distribution
Close
Hashes for json2tsv-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96d85e1a6b47a3e00b5504d19e68ab027b9f706739248534f8cd313d085c8e4a |
|
MD5 | 71e38de4d71ec2377b32f36ec439d71c |
|
BLAKE2b-256 | cef056f5c699c0f0eeea98bfdf1b482ee28c54e96ed659fed63c7dc57a3e17a0 |