Skip to content

Commit 61330ce

Browse files
committed
Merge branch 'main' of https://github.com/swhitley/CLARiNET
2 parents c4e9617 + 3bf75b8 commit 61330ce

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Windows or Mac
1414
- Select a different document category with each run.
1515

1616
## Profile Pictures
17-
- Download worker profile pictures.
17+
- Download or upload worker profile pictures.
1818

1919
## CLAR Backup and Versioning
2020
- 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
3333
1. Download the [latest release](https://github.com/swhitley/CLARiNET/releases/latest) for your operating system (Mac or Windows).
3434
3. Unzip the executable files into a new directory.
3535
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).
3737
6. Optional: Download [Test.clar](https://github.com/swhitley/CLARiNET/blob/main/Test.clar) to try it out.
3838

3939
**Notes:**
@@ -96,7 +96,17 @@ Please note that a file is not deleted when sent to the trash. Files can be ind
9696
- The `Path` option should point to the path where the CSV file is located.
9797
- The `Parameter` option should be the name of the CSV file.
9898
- 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.
100110

101111
## Download a snapshot of a CLAR file from Workday
102112

0 commit comments

Comments
 (0)