diff options
author | Lennart Weller <lhw+github@ring0.de> | 2012-06-06 10:56:12 +0300 |
---|---|---|
committer | Lennart Weller <lhw+github@ring0.de> | 2012-06-06 10:56:12 +0300 |
commit | 7bc9589466cbb79e42f4deb92f6e91b9d021573c (patch) | |
tree | 867b1d401b7f88f208e8f3a967585b38517b0f45 | |
parent | f7361b838def96e955079e4287381054c6de135d (diff) | |
download | serial-barcode-scanner-7bc9589466cbb79e42f4deb92f6e91b9d021573c.tar.bz2 |
added example csv input
-rw-r--r-- | barcodelist.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/barcodelist.rb b/barcodelist.rb index 3861e48..515403f 100644 --- a/barcodelist.rb +++ b/barcodelist.rb @@ -3,6 +3,8 @@ require "csv" +#csv input "userid,firstname,lastname" + @template = %q{ \documentclass[a4paper,landscape]{article} \usepackage[utf8]{inputenc} |