asayers / tass

Like less, but for tabular data
The Unlicense
17 stars 4 forks source link

Ensure the CSV reader handles unfinished lines #7

Closed wcassels closed 1 month ago

wcassels commented 1 month ago

Looks like the JSON backend uses the same logic, so that probably needs fixing too.

asayers commented 1 month ago

Thanks! TBH add_new_lines() really ought to be parsing the CSV, rather than just counting newlines, to handle quoted multi-line fields; but this is a big improvement.

asayers commented 1 month ago

Released as v0.10.1