mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 08:55:41 +00:00
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.
4 lines
20 B
Text
4 lines
20 B
Text
a,b
|
|
a,b,c,d
|
|
a,b,c
|
|
a
|