json_to_csv/README.md
2023-06-13 09:33:48 +05:30

348 B

JSON to CSV

with support for nested structures

Steps

  • place the transactions.json file in the same directory
  • adjust the flat_keys and extract_keys variables in the main.py
  • install required packages pip install -r requirements.txt
  • run python3 main.py
  • if successful will create a transactions.db (sqlite database)
  • also create csv