Ruby 2.4 introduces liberal_parsing option for parsing bad CSV data
An article on Ruby 2.4’s feature to parse CSV data which have unescaped double quotes: http://blog.bigbinary.com/2016/11/22/ruby-2-4-introduces-liberal_parsing-option-for-parsing-bad-csv-data.html
Post a comment