csv2frab/Readme.md

20 lines
645 B
Markdown
Raw Permalink Normal View History

2018-11-25 15:17:29 +00:00
# CSV to Frab XML for Info-Beamer
2020-05-23 20:52:04 +00:00
Author: Jannik Beyerstedt
**License:** Apache 2.0
Basic command line tool to convert a CSV file to a [frab](https://github.com/frab/frab) schedule.
2018-11-25 15:17:29 +00:00
The CSV is semi-colon separated, because of the export format of excel.
Only the fields necessary for the [info-beamer](https://info-beamer.com) scheduled player package are set.
This will not generate a fully featured frab XML
## Usage
Build and run the application in a directory, which contains the `schedule.csv` file.
## TODO
- embed the schedule template into the application
- get input and output paths via command line option
- have a quiet mode