CSV to JSON Converter | Export to File and Use as String
Project description
Python CSV to JSON Converter
based on unicode UTF-8
You can export converted json string to a file when using a csv file
Instructions:
-
For import to your project
import csv2json as converter
-
For convert csv to json and export to file
converter.csv_2_json_file("YOUR_CSV_FILE_PATH")
-
For convert csv to json as string:
csv = "YOUR_CSV_STRING" json = converter.csv_2_json(csv) print(json) # Converted JSON String
Minimum Python Version Requirement is 3.7.0
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
python-csv2json-0.4.8.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file python-csv2json-0.4.8.tar.gz
.
File metadata
- Download URL: python-csv2json-0.4.8.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d77cf18ee4136bb07dc6e17de20f6cf5aab230c341ce227663f41bc07fe88f9 |
|
MD5 | cb08584ff52cd03388da56aaccf4709b |
|
BLAKE2b-256 | aa2e64620b8ec783e63e3908c07fc7a5e8bf49cc2f81bbc40524e03bc88b1351 |
File details
Details for the file python_csv2json-0.4.8-py3-none-any.whl
.
File metadata
- Download URL: python_csv2json-0.4.8-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0d2fd356ce69cd8e6403044c6864656f1b7cb1f1a5aa8e3dd5778d2e4bbcae6 |
|
MD5 | 1a1b3ce2484a7af6e779371f0522d7bc |
|
BLAKE2b-256 | 3c42106c4e349f1b87ce16ab07bf8eb7143e615485a016fd2e57d8b8f006bf7d |