public
Description: Import tickets to Lighthouse from a basic CSV file
Homepage:
Clone URL: git://github.com/edmz/csv2lighthouse.git
name age message
file README Loading commit data...
file README.markdown
file csv2lighthouse.rb Thu Aug 07 07:59:17 -0700 2008 fix spaces in tags [edmz]
file tickets-example.csv Thu Aug 07 07:58:15 -0700 2008 fixing extra spaces in header [edmz]

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 and with no spaces between header each header name.

Requires the Lighthouse API. Inspired by http://tech.howcast.com/?p=12