example fixes
This commit is contained in:
parent
aaa4a12b7a
commit
4ce453885f
2 changed files with 8 additions and 6 deletions
|
@ -58,5 +58,6 @@ example:
|
|||
|
||||
Then run the script:
|
||||
|
||||
poetry shell
|
||||
python ./anonymize_entries.py path/to/folder
|
||||
```
|
||||
|
|
|
@ -58,6 +58,8 @@ def argparser():
|
|||
"""\
|
||||
example:
|
||||
|
||||
Export your Google Form's CSV & file uploads to the same folder:
|
||||
|
||||
path/to/folder:
|
||||
├ form_responses.csv
|
||||
└ file_responses/
|
||||
|
@ -65,11 +67,10 @@ def argparser():
|
|||
├ Upload B - User 2.zip
|
||||
└ etc.
|
||||
|
||||
Then run the script:
|
||||
|
||||
poetry shell
|
||||
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