daveism / get-json-convert-to-csv

need to pull json data from a webservice and convert it to csv for importing into different formats...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get-json-convert-to-csv

A converter for getting nested/complex json data from a webservice and converting it to csv

Installation

https://github.com/daveism/get-json-convert-to-csv.git
cd get-json-convert-to-csv
pip install -r requirements.txt

##Usage

basic usage (work in progress)

python convert.py www.somedomain.com/jsondata.json jsondata.csv json-rowkey

About

need to pull json data from a webservice and convert it to csv for importing into different formats...

License:MIT License


Languages

Language:Python 100.0%