mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-18 21:11:03 +01:00
18 lines
420 B
Markdown
18 lines
420 B
Markdown
## Fixes to be implemented
|
|
|
|
- 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 = '#')
|
|
|
|
- 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
|
|
|