JSON flatten for Python
Project description
See the source for this project here: https://github.com/mehdiabidi/json2csv"
(Example)
from anyjson2csv.json_to_csv import convert_json_to_csv import json
with open("listing_data_sampled.json", "r") as f: json_data = json.load(f)
convert_json_to_csv(json_data, "test.csv")
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
anyjson2csv-0.0.4.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file anyjson2csv-0.0.4.tar.gz
.
File metadata
- Download URL: anyjson2csv-0.0.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6f9ef2bbf5ddd4163c4a6b1d8e0ef6d9bf20469d5f5b2762f7f5a7ce63cba59 |
|
MD5 | c4a0f98afabac28426448c9dd74b595b |
|
BLAKE2b-256 | dd02e207e72bf5f41448b661ab858df786445a760907e62a73ad97ad9544a1ae |
File details
Details for the file anyjson2csv-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: anyjson2csv-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13769c9a13cdb9291c151ee55f418928aab1271b39a736b426289d7080195a34 |
|
MD5 | d1ba8acb870f4c08f0925072f5b5dc86 |
|
BLAKE2b-256 | c1d047bcb007601aebd709737a3cf31e963cb1e859cba303d6b59fbda003558c |