Skip to content

Instantly share code, notes, and snippets.

@adamretter
Created July 15, 2014 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamretter/f28a3db473040c2e2823 to your computer and use it in GitHub Desktop.
Save adamretter/f28a3db473040c2e2823 to your computer and use it in GitHub Desktop.
CSV Schema for csvconf.com/presentations.csv
version 1.0
@totalColumns 4
room: is("Galeria") or is("1") or is("2")
start: regex("(([0-1][0-9])|(2[0-3])):[0-5][0-9]")
name: notEmpty
title: notEmpty
/*
CSV Schema for http://csvconf.com/presentations.csv
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment