Files
tablizer/TODO.md

18 lines
420 B
Markdown
Raw Normal View History

## Fixes to be implemented
2022-10-16 19:48:12 +02:00
- rm printYamlData() log.Fatal(), maybe return error on all printers?
- refactor parser, there's some duplicate code
## Features to be implemented
- add comment support (csf.NewReader().Comment = '#')
2022-10-16 19:45:46 +02:00
- add output mode csv
- add --no-headers option
- add input parsing support for CSV including unquoting of stuff
like: `"xxx","1919 b"` etc, maybe an extra option for unquoting
2022-09-28 19:33:57 +02:00