miller/pkg/output
John Kerl f375440bd4
Support YAML I/O (#1963)
* docs/src/proposal-yaml-io.md

* initial step

* Add `--y2c` etc

* test cases

* docs

* more testing

* more

* more test cases

* git rm docs/src/proposal-yaml-io.md

* make dev

* ylistwrap -> yarray
2026-02-15 09:24:38 -05:00
..
channel_writer.go Replace list.List with Go slices (#1950) 2026-02-01 17:22:28 -05:00
doc.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
file_output_handlers.go Replace list.List with Go slices (#1950) 2026-02-01 17:22:28 -05:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
record_writer.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_csv.go Resolve a few to-do comments in the source code (#1951) 2026-02-01 18:14:20 -05:00
record_writer_csv_colorizer.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_csvlite.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_dkvp.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_factory.go Support YAML I/O (#1963) 2026-02-15 09:24:38 -05:00
record_writer_json_jsonl.go Support -o jsonl as well as --ojsonl (#1879) 2025-09-02 16:47:19 -04:00
record_writer_markdown.go Static-check fixes from @lespea #1657, batch 8/n (#1710) 2024-10-27 12:16:49 -04:00
record_writer_nidx.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_pprint.go Replace list.List with Go slices (#1950) 2026-02-01 17:22:28 -05:00
record_writer_tsv.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_xtab.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_yaml.go Support YAML I/O (#1963) 2026-02-15 09:24:38 -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.