Bug #12373 » csv-shift.patch
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
|