Skip to content

Commit 6841081

Browse files
authored
Update README.md
1 parent c2ce355 commit 6841081

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# CLARiNET
22
<img align="right" src="https://user-images.githubusercontent.com/413552/129500187-ea5a1947-16d2-46eb-ab48-2adc6553b6d8.png" width="50" />
33

4-
A Workday command-line interface (CLI) for working with Drive files and deploying Workday Studio integrations without Workday Studio.
4+
A Workday command-line interface (CLI) for working with files (Drive, Documents, Photos) and deploying Workday Studio integrations without Workday Studio.
55

66
Windows or Mac
77

88
## Workday Drive Features
99
- Upload files in bulk to Workday Drive. Load files for different Workday user accounts.
1010
- Send files to the Workday Drive Trash.
1111

12+
## Documents
13+
- Mass file upload to Worker Documents.
14+
- Select a different document category with each run.
15+
16+
## Profile Pictures
17+
- Download worker profile pictures.
18+
1219
## CLAR Backup and Versioning
1320
- Quickly download and backup a unique version of a CLAR file.
1421
- Add the backup feature to the Workday Studio menu.
@@ -60,6 +67,16 @@ You might be asking yourself, "Why load a CLAR file from outside of Workday Stud
6067

6168
Please note that a file is not deleted when sent to the trash. Files can be individually restored from the trash if needed.
6269

70+
## Uploading files to Worker Documents
71+
- 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+
- Place each file in the inbound directory with the following file name format: {Workday Employee ID}\~{File Name}<br/>
73+
Example: 500117\~MyExampleFile.txt
74+
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
75+
- 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 (\~).
78+
- Once uploaded successfully, each file will be moved to the `processed` directory.
79+
6380
## Download a snapshot of a CLAR file from Workday
6481

6582
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.

0 commit comments

Comments
 (0)