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