Skip to content

csv 3.3.3 - 2025-03-20

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 00:37
· 3 commits to main since this release

Improvements

  • csv-filter: Add an experimental command line tool to filter a CSV.
    • Patch by Burdette Lamar

Fixes

  • Fixed wrong EOF detection for ARGF

    • GH-328
    • Reported by Takeshi Nishimatsu
  • Fixed a regression bug that CSV.open rejects integer mode.

    • GH-336
    • Reported by Dave Burgess

Thanks

  • Takeshi Nishimatsu

  • Burdette Lamar

  • Dave Burgess