I need to seed a database with a lot of records from some Excel files, but I will only use those CSV files once because after seeding the database the other records will be input from forms.
My boss told me to put the CSV files in a directory in the project and then get the records from those files to the database.
I'm using MongoDB on Rails.
I don't want the full code, just some guidance with gems, logic, etc.