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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Windows or Mac
14
14
- Select a different document category with each run.
15
15
16
16
## Profile Pictures
17
-
- Download worker profile pictures.
17
+
- Download or upload worker profile pictures.
18
18
19
19
## CLAR Backup and Versioning
20
20
- Quickly download and backup a unique version of a CLAR file.
@@ -33,7 +33,7 @@ You might be asking yourself, "Why load a CLAR file from outside of Workday Stud
33
33
1. Download the [latest release](https://github.com/swhitley/CLARiNET/releases/latest) for your operating system (Mac or Windows).
34
34
3. Unzip the executable files into a new directory.
35
35
4. Run `clarinet --help` to view the available options.
36
-
5. You may need to install the [dotnet core runtime](https://dotnet.microsoft.com/download/dotnet/5.0/runtime).
36
+
5. You may need to install the [dotnet core runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
37
37
6. Optional: Download [Test.clar](https://github.com/swhitley/CLARiNET/blob/main/Test.clar) to try it out.
38
38
39
39
**Notes:**
@@ -96,7 +96,17 @@ Please note that a file is not deleted when sent to the trash. Files can be ind
96
96
- The `Path` option should point to the path where the CSV file is located.
97
97
- The `Parameter` option should be the name of the CSV file.
98
98
- Run `clarinet --help` to view the available options.
99
-
- Run `clarinet -w` to view the list of Workday environments and the associated numbers.
99
+
- Run `clarinet -w` to view the list of Workday environments and the associated numbers.
100
+
101
+
## Uploading Profile Pictures (Employee Photos)
102
+
103
+
- Ensure that a directory named `inbound` has been created alongside the `clarinet` program file. The directory will be created automatically when `clarinet` is executed.
104
+
- Place each file in the inbound directory with the following file name format: {Workday Employee ID}\~{File Name}<br/>
105
+
Example: 500117\~MyPhoto.png
106
+
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
107
+
- The `clarinet` command is **PHOTO_UPLOAD**.
108
+
- Each file in the `inbound` directory will be uploaded for the appropriate Workday employee. The file name will only show the text following the tilde (\~).
109
+
- Once uploaded successfully, each file will be moved to the `processed` directory.
100
110
101
111
## Download a snapshot of a CLAR file from Workday
0 commit comments