Project

General

Profile

Bug #12373 » csv-shift.patch

ksss (Yuki Kurihara), 05/12/2016 12:41 AM

View differences:

lib/csv.rb
csv.last << part
csv.last << @col_sep
end
elsif part[0] == @quote_char
elsif part.start_with?(@quote_char)
# If we are starting a new quoted column
if part.count(@quote_char) % 2 != 0
# start an extended column
(5-5/9)