Skip to main content

Convert json to tab-separated format.

Project description

json2tsv
========

|image|

|image|

|image|

Convert json to tab-separated format. Read from STDOUT 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.

.. |image| image:: https://badge.fury.io/py/json2tsv.png%0A%20:target:%20http://badge.fury.io/py/json2tsv
.. |image| image:: https://travis-ci.org/aronwc/json2tsv.png?branch=master%0A%20%20%20%20%20:target:%20https://travis-ci.org/aronwc/json2tsv
.. |image| image:: https://pypip.in/d/json2tsv/badge.png%0A%20%20%20%20%20:target:%20https://pypi.python.org/pypi/json2tsv




History
-------

0.1.0 (2014-01-11)
++++++++++++++++++

* First release on PyPI.

Project details


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.0.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

json2tsv-0.1.0-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page