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.7.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file python-csv2json-0.4.7.tar.gz
.
File metadata
- Download URL: python-csv2json-0.4.7.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 | a90124d76be44590ea030d39ccc884ed604f5ad86e2a90f804c98695791c3f77 |
|
MD5 | aae54bc05195fefe4edbf83518badc2d |
|
BLAKE2b-256 | ead30402573f68a2e40defe19ecb6d46290b9cc0f2850c4041ff7141274cd031 |
File details
Details for the file python_csv2json-0.4.7-py3-none-any.whl
.
File metadata
- Download URL: python_csv2json-0.4.7-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 | 24323113c23e277543bb1a51dead02456d7ab772c7ca8618ea59668b75bc8798 |
|
MD5 | b6bcb7262319787a717dd8c750d8445a |
|
BLAKE2b-256 | ad38c90913d999cb5492e5444f396c54aa2000c98455e14b1552dfddfb4fad22 |