We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20afcb commit 6ce2debCopy full SHA for 6ce2deb
JSON-to-CSV/readme.md
@@ -0,0 +1,11 @@
1
+# JSON to CSV
2
+
3
+This python script converts a JSON file to CSV file
4
5
+Data stored in json format is used for transferring data
6
+Data in csv format is mostly used for storing / reading data
7
+This script converts the .json file to .csv file
8
9
10
+The default output is 'output.csv'
11
+>the file path and name can be changed
0 commit comments