From: Justin To Date: 2008-06-10T08:54:46+09:00 Subject: Re: Parsing a comma-separated file > > final_data[1][0] # Bob > final_data[2][3] # F > should the last one be: final_data[2][2] # F ?? Thanks! Also, is this an effective way to parse a large file. What if I had to read a million lines with multiple columns? Would this solution still be practical? Thanks again! -- Posted via http://www.ruby-forum.com/.