Created
July 15, 2014 08:59
-
-
Save adamretter/f7ec0e717f1fed46beff to your computer and use it in GitHub Desktop.
CSV Schema for csvconf.com/schedule.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version 1.0 | |
@totalColumns 4 | |
Time: regex("(([0-1][0-9])|(2[0-3])):[0-5][0-9] - (([0-1][0-9])|(2[0-3])):[0-5][0-9]") | |
Galeria: notEmpty | |
"Room 1": | |
"Room 2": | |
/* | |
CSV Schema for http://csvconf.com/schedule.csv | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment