edmz / csv2lighthouse
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
README.markdown | ||
| |
csv2lighthouse.rb | ||
| |
tickets-example.csv |
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

