added CSV parsing support, enabled with -s

This commit is contained in:
2022-10-22 12:27:33 +02:00
parent e54435c2e4
commit b5c802403b
4 changed files with 87 additions and 1 deletions

View File

@@ -2,8 +2,12 @@
- 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