From: botp Date: 2012-05-26T11:18:57+09:00 Subject: Re: max value in an array of csv file On Fri, May 25, 2012 at 3:06 PM, Ivan Vilches Basaul wrote: > anyone can give me a hand with this pls > http://pastie.org/3964924 as paul have said, data is being treated as text. since you are using csv lib, use the :converters option.. on your case, :converters=>:all is good enough. best regards -botp