From: Nathan Sharkey Date: 2010-04-01T03:13:00+09:00 Subject: Re: uninitialized constant CSV::Reader James Edward Gray II wrote: > On Mar 31, 2010, at 12:01 PM, Robert Klemme wrote: > >> Obviously he is using CSV already - just with a part of the old interface that has not survived. :-) He rather needs to adjust to the interface >> >> CSV.foreach 'stuff.csv' do |row| >> ... >> end > > Exactly. I assumed since he mentioned using FasterCSV, he had code like > this somewhere he could just strip the Faster (or F) off of. > > James Edward Gray II hehe cheers guys that gives me a start :-) I'm just learning ruby and hadn't used either. I stumbled across FasterCSV which told me to use CSV however i didn't think to try the faster csv example with CSV instead i googled for CSV examples and obviously stumbled across some for older versions :-) Thanks again for such speedy responses, off to get productive with some csv file importing :-) -- Posted via http://www.ruby-forum.com/.