miller/internal/pkg/output
2021-11-17 23:39:16 -05:00
..
channel_writer.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
file-output-handlers.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_csv.go mlr --csv --irs/--ors crlf is OK, sine autodetected per platform 2021-11-17 23:39:16 -05:00
record_writer_csvlite.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_dkvp.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_factory.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_json.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_markdown.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_nidx.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_pprint.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
record_writer_xtab.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00

Logic for formatting output records as strings to standard output.

There is one record-writer type per supported output file format, and a factory method.