miller/pkg/input
2024-10-27 11:42:43 -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 The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
pseudo_reader_gen.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -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 1/n (#1703) 2024-10-27 11:42:43 -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 The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -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 1/n (#1703) 2024-10-27 11:42:43 -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 1/n (#1703) 2024-10-27 11:42:43 -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 The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -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.