CSV schedule to Frab XML for Info-Beamer
Go to file
Jannik Beyerstedt 833b1a8fc5 add license file 2020-05-23 22:52:04 +02:00
tmpl [CODE] valid frab xml with hard coded events from golang structs 2018-11-18 21:48:58 +01:00
.gitignore initial commit 2018-11-18 00:25:38 +01:00
LICENSE add license file 2020-05-23 22:52:04 +02:00
Readme.md add license file 2020-05-23 22:52:04 +02:00
Veranstaltungsprogramm-Template.xlsx [DOC] add excel template 2018-11-25 16:17:29 +01:00
main.go [CODE] add speaker from CSV 2018-11-25 15:44:03 +01:00
schedule.csv [DOC] add excel template 2018-11-25 16:17:29 +01:00

Readme.md

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