public
Description: Import tickets to Lighthouse from a basic CSV file
Clone URL: git://github.com/edmz/csv2lighthouse.git
name age message
file README Tue Aug 05 10:46:58 -0700 2008 first commit [edmz]
file README.markdown Mon Oct 20 17:14:52 -0700 2008 modified instructions to avoid possible errors;... [edmz]
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]
README.markdown

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