https://github.com/seesharprun/sample-data-yaml
Example repository illustrating the automatic creation of sample data files from YAML data
https://github.com/seesharprun/sample-data-yaml
csv data dotnet json sample xml yaml
Last synced: 9 months ago
JSON representation
Example repository illustrating the automatic creation of sample data files from YAML data
- Host: GitHub
- URL: https://github.com/seesharprun/sample-data-yaml
- Owner: seesharprun
- Created: 2025-03-28T21:25:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T21:35:42.000Z (about 1 year ago)
- Last Synced: 2025-03-28T22:29:59.637Z (about 1 year ago)
- Topics: csv, data, dotnet, json, sample, xml, yaml
- Language: C#
- Homepage: https://learn.microsoft.com/dotnet
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# YAML sample data
This repository illustrates how to share sample data and auto-build release assets.
The sample data in this repository is in the **YAML** format and is auto-built to **JSON**, **XML**, and **CSV** for any platform.
## Features
- Stores sample data in YAML files in the `/data` folder
- Has a CLI tool in the `/src` folder that generates data in other formats
- Uses a GitHub workflow to automate most release actions
- Runs the tool multiple times to generate the data in various formats:
- **JSON**
- **XML**
- **CSV**
- Creates a GitHub release with the script file and backup file