miller/go/src/input
2021-05-26 08:22:42 -04:00
..
README.md go.mod attempt 2021-02-14 01:13:24 -05:00
record_reader.go go.mod attempt 2021-02-14 01:13:24 -05:00
record_reader_csv.go Comment-handling in CSV 2021-05-26 00:24:22 -04:00
record_reader_csvlite.go Comment-handling in CSV 2021-05-26 00:24:22 -04:00
record_reader_dkvp.go Comment-handling in CSVLITE 2021-05-25 23:38:26 -04:00
record_reader_factory.go Port PPRINT reader from C to Go (#506) 2021-04-29 00:42:04 -04:00
record_reader_json.go Connect up prepipe per se (unresolved non-close-at-end issue) 2021-05-23 11:06:11 -04:00
record_reader_nidx.go Comment-handling in CSVLITE 2021-05-25 23:38:26 -04:00
record_reader_xtab.go Fix Windows/XTAB issues 2021-05-26 08:22:42 -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.