miller/test/cases/io-ragged-implicit-header-csvlite/0001
John Kerl 092e4673e5
Fix data dropped from ragged implicit-header TSV/CSV-lite input (#1749) (#2059)
The implicit-header readers for TSV and CSV-lite were missing the
`for` loop in their `nh < nd` branch, so when a data row had more
fields than the auto-generated header, only one extra field was
captured and the rest were dropped. Restore the loop, matching the
explicit-header readers and the pprint reader.
2026-05-17 11:46:59 -04:00
..
cmd Fix data dropped from ragged implicit-header TSV/CSV-lite input (#1749) (#2059) 2026-05-17 11:46:59 -04:00
experr Fix data dropped from ragged implicit-header TSV/CSV-lite input (#1749) (#2059) 2026-05-17 11:46:59 -04:00
expout Fix data dropped from ragged implicit-header TSV/CSV-lite input (#1749) (#2059) 2026-05-17 11:46:59 -04:00