"Forrest" <forrestgrant@gmail.com> wrote in
message
news:f00486a6746274cba242ab0992d17ad0@ruby-forum.com...>I am trying to pull information from a CSV file in rails... there is a
> lot of information on the net, but nothing from start to finish... just
> little pieces of apps... if anyone could tell me how to build it from
> scratch...
>
> thanks
>
ruby has a CSV library you can use:
http://www.ruby-doc.org/stdlib/libdoc/csv/rdoc/index.html
and there is also a ''Faster CSV'' library by James Edward Grey
II:
http://fastercsv.rubyforge.org/