miller/pkg/input
John Kerl fccdf215e6
DKVP --incr-key option (#1839)
* Code support for --incr-key

* Add source code for online help for new flag

* Run `make dev`
2025-07-20 17:05:24 -04:00
..
constants.go Separate out ILineReader abstraction (#1504) 2024-02-24 22:07:56 -05:00
doc.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
line_reader.go Static-check fixes from @lespea #1657, batch 4/n (#1706) 2024-10-27 12:00:25 -04:00
pseudo_reader_gen.go Static-check fixes from @lespea #1657, batch 5/n (#1707) 2024-10-27 12:05:48 -04:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
record_reader.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_benchmark_test.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_csv.go Static-check fixes from @lespea #1657, batch 4/n (#1706) 2024-10-27 12:00:25 -04:00
record_reader_csvlite.go Static-check fixes from @lespea #1657, batch 1/n (#1703) 2024-10-27 11:42:43 -04:00
record_reader_dkvp_nidx.go DKVP --incr-key option (#1839) 2025-07-20 17:05:24 -04:00
record_reader_dkvp_test.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_factory.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_json.go Static-check fixes from @lespea #1657, batch 7/n (#1709) 2024-10-27 12:11:28 -04:00
record_reader_markdown.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_pprint.go Static-check fixes from @lespea #1657, batch 4/n (#1706) 2024-10-27 12:00:25 -04:00
record_reader_tsv.go Static-check fixes from @lespea #1657, batch 1/n (#1703) 2024-10-27 11:42:43 -04:00
record_reader_xtab.go Static-check fixes from @lespea #1657, batch 4/n (#1706) 2024-10-27 12:00:25 -04:00
splitters.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00

Logic for parsing disk-file/standard-input byte streams into records.

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