File Import

- Added format identifier code for task 1.4.3, task 1.5.0, todo.sh
  2.0 and CSV.
- Implemented import for type text.
- Implemented util.cpp:slurp function.
- Gathered sample input files for import testing, and later, unit
  tests.
This commit is contained in:
Paul Beckingham
2009-03-26 00:41:15 -04:00
parent db7b2dd9fe
commit 99dc72f26f
8 changed files with 239 additions and 24 deletions

View File

@@ -0,0 +1,2 @@
'id','status','tags','entry','start','due','end','project','priority','fg','bg','description'
'545629d2-24a3-4a32-8894-57e708b98354','pending','',1238037900,,,,'A','M',,,'foo bar '
1 'id' 'status' 'tags' 'entry' 'start' 'due' 'end' 'project' 'priority' 'fg' 'bg' 'description'
2 '545629d2-24a3-4a32-8894-57e708b98354' 'pending' '' 1238037900 'A' 'M' 'foo bar '