Skip to content

Commit 55cdd43

Browse files
authored
Update README.md
1 parent a31437a commit 55cdd43

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,23 @@ Please note that a file is not deleted when sent to the trash. Files can be ind
7474
Example: 500117\~MyExampleFile.txt
7575
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
7676
- The `clarinet` command is **DOCUMENT_UPLOAD**.
77-
- Enter the document category reference id in the CLARiNET `Parameters` option.
77+
- Enter the document category reference id in the CLARiNET `Parameters` option. This document category will be used for all files.
7878
- Each file in the `inbound` directory will be uploaded to worker documents for the appropriate Workday employee. The file name will only show the text following the tilde (\~).
7979
- Once uploaded successfully, each file will be moved to the `processed` directory.
8080

8181
## Download Profile Pictures (Employee Photos)
8282

83-
- Create a manifest file with a list of employee ids, one id on each line. This is the list of workers that will be used to download photos.
84-
- Place the manifest file in the directory to which the photos should be downloaded.
83+
- Create a CSV file with a list of employee ids (one id on each line).
84+
- This is the list of workers that will be used to download photos.
85+
- If any of the workers are contingent workers, add `Contingent_Worker_ID` as the second field of the CSV.
86+
- Example:
87+
500117
88+
500118,Contingent_Worker_ID
89+
- Place the CSV file in the directory to which the photos should be downloaded.
8590
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
8691
- The `clarinet` command is **PHOTO_DOWNLOAD**.
87-
- The `Path` option should point to the path where the manifest file is located.
88-
- The `Parameter` option should be the name of the manifest file.
92+
- The `Path` option should point to the path where the CSV file is located.
93+
- The `Parameter` option should be the name of the CSV file.
8994
- Run `clarinet --help` to view the available options.
9095
- Run `clarinet -w` to view the list of Workday environments and the associated numbers.
9196

0 commit comments

Comments
 (0)