From: bluej100@... Date: 2015-12-19T15:42:45+00:00 Subject: [ruby-core:72388] [Ruby trunk - Feature #11839] CSV: liberal_parsing option Issue #11839 has been updated by Braden Anderson. File csv_liberal_parsing.diff added Resolved a conflict. ---------------------------------------- Feature #11839: CSV: liberal_parsing option https://bugs.ruby-lang.org/issues/11839#change-55677 * Author: Braden Anderson * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I've submitted a pull request, https://github.com/ruby/ruby/pull/1160 , which adds a liberal_parsing option to the CSV module, off by default. This allows for parsing of some invalid input, like unescaped quotes in the middle of a field, which can be unambiguously interpreted. I discussed it briefly with JEG2, and he asked me to bring it up here in case anyone here objects. I've attached the patch. Thank you for your consideration. ---Files-------------------------------- csv_liberal_parsing.diff (5.86 KB) csv_liberal_parsing.diff (5.5 KB) csv_liberal_parsing.diff (5.14 KB) -- https://bugs.ruby-lang.org/