tmpl | ||
.gitignore | ||
LICENSE | ||
main.go | ||
Readme.md | ||
schedule.csv | ||
Veranstaltungsprogramm-Template.xlsx |
CSV to Frab XML for Info-Beamer
Author: Jannik Beyerstedt
License: Apache 2.0
Basic command line tool to convert a CSV file to a frab schedule.
The CSV is semi-colon separated, because of the export format of excel. Only the fields necessary for the info-beamer 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