On Jan 5, 2008, at 4:30 AM, Raimon Fs wrote: > >>> CSV.open(arxiu.file_path , "r", :col_sep => ?;) do |row| >> >> col_sep is an optional argument, the call to open is: >> >> CSV.open(arxiu.file_path , "r", ?;) do |row| >> >> Tiziano > > > thanks, it works now ! Just to be clear though, what you had originally is the new syntax used in Ruby 1.9. James Edward Gray II