You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,18 +74,23 @@ Please note that a file is not deleted when sent to the trash. Files can be ind
74
74
Example: 500117\~MyExampleFile.txt
75
75
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
76
76
- 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.
78
78
- 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 (\~).
79
79
- Once uploaded successfully, each file will be moved to the `processed` directory.
80
80
81
81
## Download Profile Pictures (Employee Photos)
82
82
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.
85
90
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
86
91
- 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.
89
94
- Run `clarinet --help` to view the available options.
90
95
- Run `clarinet -w` to view the list of Workday environments and the associated numbers.
0 commit comments