edmz / csv2lighthouse

Import tickets to Lighthouse from a basic CSV file

This URL has Read+Write access

csv2lighthouse / README
100644 11 lines (6 sloc) 0.268 kb
1
2
3
4
5
6
7
8
9
10
11
Import tickets from a CSV file into Lightouse.
 
For the moment, the CSV file can only have 3 fields:
 
 title, description, tags
 
in that order.
 
Requires the Lighthouse API (http://github.com/Caged/lighthouse-api/tree/master)
Inspired by http://tech.howcast.com/?p=12