A Python script that converts JSON file to Excel (xlsx) file.
You will have to install pandas The installation commands are provided in requirements.txt
First you need to go to the JSONtoExcel directory.
cd Scripts/Miscellaneous/JSONtoExcel
Do the changes required (like changing the file names or content). And then run the following command once you are in project directory
python3 JSONtoEXCEL.py
Sample file sampleData.json gives the file exported_json_data.xlsx .
Meghana Varanasi