# 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](https://github.com/frab/frab) schedule. 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