Colin Law wrote in post #1063851: > On 9 June 2012 16:42, Anders Andrew <[email protected]> wrote: >> I am quite new to Rails, so nothing fancy. Preferably some basic code in >> View, Controller and Model. >> >> My sqlite3 database has a table that contains the corresponding columns. > > Which bit do you need help with, the upload or parsing the data? If > the upload have you tried googling for rails upload? > > Colin
Hi Colin. I think that what I am looking for is something this: http://stdlib.rubyonrails.org/libdoc/csv/rdoc/classes/CSV/Reader.html I have tryed implementing the one from this article: http://satishonrails.wordpress.com/2007/07/18/how-to-import-csv-file-in-rails/ But get this error message: "uninitialized constant CSV::Reader". -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

