Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 664 Bytes

JsonParserToExcelPython

Transfom data from json file into Excel file - simple script

  • Read json file - party list of friends is used as example
  • Create dictionary from json
  • Export dictionary into excel

Json file - input

Json file - party list of friends Json file - parsed data.

Excel file - output

Excel file - party list of friends Excel file - results.

Final results in Excel file