I have Ruby on Rails app using DataMapper, the database is SQLite, the app is hosted on Heroku. I would like to load the DataBase with data from a spreadsheet, however, I don't know the most efficient way...please help!
As an example, let say I have a User model with fields:
- Name
- Age
- Birthday
- Hometown