Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

export_to_csv.py

Download export_to_csv.py here

Screen Shot 2024-11-20 at 11.37.14 AM.png

config.ini

Download config.ini here

Info

On Windows, you may need to force a download as the browser will potentially warn about downloading this file.

Take note of what directory you’ve downloaded those files to - that will be important in subsequent steps.

...

1

Change to the directory you downloaded the 'export_to_csv.py' file above. For Windows, this will most likely be the Downloads directory.

cd Downloads

Screen Shot 2024-11-20 at 3.11.00 PM.png

2

Run the command python export_to_csv.py

Screen Shot 2024-11-20 at 3.11.55 PM.png

You will see the script run, and the CSV file will be exported based on the configuration option you set in the output_csv variable.

Next Steps

...

.