Skip to main content

Convert Json File to CSV(XLSX)

Project description

JSON-TO-Table

Convert JSON File to CSV or XLSX File.

Installation

Install JSON-TO-Table using pip:

pip install json-to-table

Usage/Examples

# Show Header
$ j2t head data/example.json --n 5
    name  age  married
0   Mike   18     True
1    Tom   25    False
2   Jane   20     True
3    Bob   30    False
4  Alice   22     True
# Convert JSON to CSV
$ j2t convert data/example.json
# Convert JSON to XLSX
$ j2t convert data/example.json --t xlsx

Authors

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

json_to_table-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

json_to_table-0.1.0-py3-none-any.whl (2.5 kB view hashes)

Uploaded 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