I have a static csv file. I want to covert all the data in the csv file to a database so that I can access the data in the csv file in my application. I have searched a lot about this. But still I’m was not able to find something that served my cause. Can somebody help me with this? Thank you.
Share
At last I figured it out, a csv file can be converted into a sqlite database file using a tool like the sqlite firefox extension. The converted file can then be used in the application.