Project

General

Profile

Bug #8784 ยป bug_csv_col_sep.rb

grim7reaper (Sylvain Laperche), 02/08/2014 05:46 AM

 
#!/usr/bin/env ruby

require 'csv'

print(CSV.parse('2009,2,3,8,0,,30.1,,'))
puts
print(CSV.parse('2009 2 3 8 0 30.1 ', col_sep: ' '))
puts
    (1-1/1)