This is a parser which parses any .json file into a sqlite3 database. Runs only on linux

Requirements:

  • Python 3
  • Pandas

Usages: To run code kindly clone the github repo

  1. cd {path_to_the_cloned_directory}
  2. python report.py --path [path_to_json_file]_ --dbname [database_name]
  3. To generate year wise report follow the instruction as the program provides