diff --git a/main.py b/main.py index e4d36cb..ee0a2e4 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,6 @@ import ijson import sqlite3 import pandas as pd - flat_keys = ["cost_center", "location", "customer"] extract_keys = { "price_modifiers": { @@ -158,8 +157,5 @@ def parse_json(): make_csv_from_tables() -# Press the green button in the gutter to run the script. if __name__ == '__main__': parse_json() - -# See PyCharm help at https://www.jetbrains.com/help/pycharm/