miller/internal/pkg/input
2021-11-11 14:15:13 -05:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
pseudo_reader_gen.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_csv.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_csvlite.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_dkvp.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_factory.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_json.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_nidx.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader_xtab.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05: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.