From: Raimon Fs Date: 2008-01-05T19:30:16+09:00 Subject: Re: parsing a csv using ; => ruby doesn't split the row >> 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 ! regards, raimon -- Posted via http://www.ruby-forum.com/.