miller/pkg/input
Adam Lesperance 085e831668
The package version must match the major tag version (#1654)
* Update package version

* Update makefile targets

* Update readme packages

* Remaining old packages via rg/sd
2024-09-20 12:10:11 -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 The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_csvlite.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -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 The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -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 The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_reader_tsv.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -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.