Skip to content

Where to start

Exporting a CSV file

  • go to testing/export.py
  • adapt all necessary parameters like INPUT_PATH
  • go to main.py and make sure main() calls export()
  • run main.py
  • the .csv file will be saved to output/ if you didn't change the output path in step 2