From: Frank Guerino Date: 2009-10-08T01:06:21+09:00 Subject: Re: read CSV file using csv library kranthi reddy wrote: > Hi, > To use faster csv you need to install the gem called fastercsv. > Then you can do the following > > data = FasterCSV.read("/root/Desktop/" ) > From this data you can access the columns the way you wish. > data[0][0] gives you the first column of the first row likewise you can > get > the other rows also. > If you want to get the data for the entire column you can loop through > and > get the details. > If you have any queries feel free to ask me . > kranthi. Hi, Sorry if this sounds like a dumb question but I'm new to all of this. How do I find and install fastercsv? (I'm using a Mac.) Thanks for the help, Frank -- Posted via http://www.ruby-forum.com/.