Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoannchaudet/workdaytomarkdown
https://github.com/yoannchaudet/workdaytomarkdown
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoannchaudet/workdaytomarkdown
- Owner: yoannchaudet
- Created: 2024-05-21T22:18:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T22:33:40.000Z (6 months ago)
- Last Synced: 2024-10-11T06:15:21.837Z (28 days ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WorkdayFeedbackToMarkdown
A very quick utility to streamline extracting peer feedback from Workday.
## Prerequisites
To compile/run that you need the .NET SDK. [Install it for your platform](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or if you are on MacOS and using Homebrew, run:
```bash
brew install --cask dotnet-sdk
```## Usage
1. Connect to Workday and download all peer feedback you are interested in (as XLSX files)
2. Then point the utility either at a single file or a folder containing all your files
At the root of this repository:
```bash
dotnet run --project WorkdayToMarkdown --file
```A temporary file will be created containing all the peer feedback in a digestible way. It is meant to be imported in any tool that understands Markdown your heart desire (Obsidian, GitHub, etc.).
## Note
This is mostly hardcoded for whatever my employer has setup.