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
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,27 @@ You might be asking yourself, "Why load a CLAR file from outside of Workday Stud
68
68
Please note that a file is not deleted when sent to the trash. Files can be individually restored from the trash if needed.
69
69
70
70
## Uploading files to Worker Documents
71
+
71
72
- Ensure that a directory named `inbound` has been created alongside the `clarinet` program file. The directory will be created automatically when `clarinet` is executed.
72
73
- Place each file in the inbound directory with the following file name format: {Workday Employee ID}\~{File Name}<br/>
73
74
Example: 500117\~MyExampleFile.txt
74
75
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
75
76
- The `clarinet` command is **DOCUMENT_UPLOAD**.
76
-
-The document category is supplied in the `Parameter`.
77
-
- Each file in the `inbound` directory will be uploaded to to worker documents for the appropriate Workday employee id. The file name in Workday Drive will only show the text following the tilde (\~).
77
+
-Enter the document category reference id in the CLARiNET `Parameters` option.
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 (\~).
78
79
- Once uploaded successfully, each file will be moved to the `processed` directory.
79
80
81
+
## Download Profile Pictures (Employee Photos)
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.
85
+
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
86
+
- 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.
89
+
- Run `clarinet --help` to view the available options.
90
+
- Run `clarinet -w` to view the list of Workday environments and the associated numbers.
91
+
80
92
## Download a snapshot of a CLAR file from Workday
81
93
82
94
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
@@ -96,7 +108,7 @@ Please note that a file is not deleted when sent to the trash. Files can be ind
96
108
97
109
## Run CLARiNET from the command line using positional parameters:
* %3 Parameters for the command. Enter the **Cloud Collection** name when performing a **CLAR_UPLOAD** or **CLAR_DOWNLOAD**. For other commands, defaults will be used<br/>
102
114
* %4 Workday Environment Number (run `clarinet -w` to see the list of numbers)<br/>
0 commit comments