You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Improvements
CSV.open
: Changed to detect BOM by default. Note that this isn'tenabled on Windows because Ruby may have a bug. See also:
https://bugs.ruby-lang.org/issues/20526
Improved performance.
CSV.open
: Added support forStringIO
as an input.Added a built-in time converter. You can use it by
converters: :time
.Added
CSV::TSV
for tab-separated values.sep
option #272Thanks
Junichi Ito
Vladimir Kochnev
Marcelo
Bart de Water
kojix2
Jas
This discussion was created from the release csv 3.3.1 - 2024-12-15.
Beta Was this translation helpful? Give feedback.
All reactions