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
- cd {path_to_the_cloned_directory}
- python report.py --path [path_to_json_file]_ --dbname [database_name]
- To generate year wise report follow the instruction as the program provides