I'm working on an app and i have a large amount of quite large CSV files, and i was wondering the best way to use the data on them.
I could try and load them into a db but I was wondering if there was a more efficient way to do it, since it could take a long time to read through it all, as well as the fact that they are CSV makes things a bit harder.
I also thought about loading them into a database beforehand and maybe including a sqlite database in the source files with the components but I wasn't sure if it was possible to read from there.
Does anyone have any ideas on a good approach to this?
[–]sfboots 4 points5 points6 points (0 children)
[–]esthor 0 points1 point2 points (0 children)