Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 1a44368

Browse files
authored
Added the content to readme file
I've added all the necessary details in the readme file of this project so that anyone can understand how to use this project.
1 parent 2a6bbc7 commit 1a44368

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Convert a json file into a csv
2+
This script take a json file as input and generate a csv file in output.
3+
4+
### Prerequisites modules
5+
* json
6+
* Run `pip install json` to install required external modules.
7+
8+
### How to run the script
9+
- Execute `python3 converter.py`

0 commit comments

Comments
 (0)