Where to start¶
Exporting a CSV file¶
- go to
testing/export.py - adapt all necessary parameters like
INPUT_PATH - go to
main.pyand make suremain()callsexport() - run
main.py - the
.csvfile will be saved tooutput/if you didn't change the output path in step 2