Reputation: 1865
I got my data stored in files in tab separated text format. I would like my model to read them instad of loading data from DB. Is that possible?
Upvotes: 0
Views: 69
Reputation: 18845
i think that document_mapper should be worth looking at: https://github.com/ralph/document_mapper
Upvotes: 1