Posted by: mrpurpleduck | October 13, 2007

Testing import of CSV imports in Ruby on Rails

It’s been a few weeks since I did any work on Rails-CMDB. This is mainly down me being busy and getting stuck on how to test the import of data. I’ve come to the conclusion that it really is an integration story, so now the problem is how to do the file uploads.

It’ll not be hard to generate a complete set of CSV files and place them on disk, but my issue would be how to upload them. Does anyone have any useful suggestions ?



Responses

  1. The following may be of use:
    http://satishonrails.wordpress.com/2007/07/18/how-to-import-csv-file-in-rails/


Leave a response

Your response:

Categories