2021-10-06 12:01:55 +00:00
|
|
|
# CSV to JSON Converter
|
2021-10-06 07:32:14 +00:00
|
|
|
A python script that converts the csv file into json
|
2021-10-06 12:01:55 +00:00
|
|
|
|
2021-10-06 07:32:14 +00:00
|
|
|
## CLI interface
|
2021-10-06 12:01:55 +00:00
|
|
|
![image](https://github.com/hastagAB/Awesome-Python-Scripts/blob/master/csv_to_json/img/CLI.jpg)
|
|
|
|
|
2021-10-06 07:32:14 +00:00
|
|
|
## Files
|
|
|
|
before<br/>
|
2021-10-06 12:01:55 +00:00
|
|
|
![before](https://github.com/hastagAB/Awesome-Python-Scripts/blob/master/csv_to_json/img/before.jpg)<br/>
|
2021-10-06 07:32:14 +00:00
|
|
|
After<br/>
|
2021-10-06 12:01:55 +00:00
|
|
|
![after](https://github.com/hastagAB/Awesome-Python-Scripts/blob/master/csv_to_json/img/after.jpg)
|