clean up example

This commit is contained in:
Ash Garcia 2024-08-12 22:57:32 -07:00
parent d3204cee88
commit aaa4a12b7a

View file

@ -47,6 +47,8 @@ options:
example: example:
Export your Google Form's CSV & file uploads to any folder:
path/to/folder: path/to/folder:
├ form_responses.csv ├ form_responses.csv
└ file_responses/ └ file_responses/
@ -54,9 +56,7 @@ example:
├ Upload B - User 2.zip ├ Upload B - User 2.zip
└ etc. └ etc.
Then run the script:
python ./anonymize_entries.py path/to/folder python ./anonymize_entries.py path/to/folder
OR
python ./anonymize_entries.py -c path/to/folder/form_responses.csv -f path/to/folder/file_responses
``` ```