csv 3.3.1 - 2024-12-15
Improvements
-
CSV.open
: Changed to detect BOM by default. Note that this isn't
enabled on Windows because Ruby may have a bug. See also:
https://bugs.ruby-lang.org/issues/20526- GH-301
- Reported by Junichi Ito
-
Improved performance.
-
CSV.open
: Added support forStringIO
as an input. -
Added a built-in time converter. You can use it by
converters: :time
.- GH-313
- Patch by Bart de Water
-
Added
CSV::TSV
for tab-separated values.
Thanks
-
Junichi Ito
-
Vladimir Kochnev
-
Marcelo
-
Bart de Water
-
kojix2
-
Jas