All Versions
45
Latest Version
Avg Release Cycle
86 days
Latest Release
50 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.1.4 Changes
January 17, 2017- fixing UTF-8 related bug which was introduced in 1.1.2 (thanks to Tirdad C.)
-
v1.1.3 Changes
December 30, 2016- added warning when options indicate UTF-8 processing, but input filehandle is not opened with r:UTF-8 option
-
v1.1.2 Changes
December 29, 2016- added option
invalid_byte_sequence
(thanks to polycarpou) - added comments on handling of UTF-8 encoding when opening from File vs. OpenURI (thanks to KevinColemanInc)
- added option
-
v1.1.1 Changes
November 26, 2016- added option to
skip_lines
(thanks to wal) - added option to
force_utf8
encoding (thanks to jordangraft) - bugfix if no headers in input data (thanks to esBeee)
- ensure input file is closed (thanks to waldyr)
- improved verbose output (thankd to benmaher)
- improved documentation
- added option to
-
v1.1.0 Changes
July 26, 2015- added feature :value_converters, which allows parsing of dates, money, and other things (thanks to Raphaël Bleuse, Lucas Camargo de Almeida, Alejandro)
- added error if :headers_in_file is set to false, and no :user_provided_headers are given (thanks to innhyu)
- added support to convert dashes to underscore characters in headers (thanks to César Camacho)
- fixing automatic detection of \r\n line-endings (thanks to feens)
-
v1.0.19 Changes
October 29, 2014- added option :keep_original_headers to keep CSV-headers as-is (thanks to Benjamin Thouret)
-
v1.0.18 Changes
October 27, 2014- added support for multi-line fields / csv fields containing CR (thanks to Chris Hilton) (issue #31)
-
v1.0.17 Changes
January 13, 2014- added option to set :row_sep to :auto , for automatic detection of the row-separator (issue #22)
-
v1.0.16 Changes
January 13, 2014- :convert_values_to_numeric option can now be qualified with :except or :only (thanks to Hugo Lepetit)
- removed deprecated
process_csv
method
-
v1.0.15 Changes
December 07, 2013- new option:
- :remove_unmapped_keys to completely ignore columns which were not mapped with :key_mapping (thanks to Dave Sanders)
- new option: