clean up example
This commit is contained in:
parent
d3204cee88
commit
aaa4a12b7a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue