Android Question [Solved] Converting csv file to db file

Shelby

Well-Known Member
Licensed User
Hi All,
I've wasted lot of time trying to find a workable tool to covert a larger than the original database edited Excel worksheet csv file into a db file for my SQLite project. I've tried Klaus's tool at https://www.b4x.com/android/forum/threads/csv-to-sqlite-program.87061/ but it's too advanced for me to use. I've tried the fishcode tool suggested by Rboeck at https://fishcodelib.com/DBMigration.htm and I didn't succeed there either. I've tried the google solution from sqlitetutorial.net. I simply want to convert my edited Excel csv file>.db by renaming the existing db file and replacing it in my project files folder. What can I do? Thanks
P.S. my project compiles fine and here it is.

Help me Obie One Klausnobie (Star Warrior)
 

Attachments

  • SS2021 - Copy.zip
    1.8 KB · Views: 251
Last edited:

klaus

Expert
Licensed User
Longtime User
5. The Table class in your project is version 2.19.
The latest version in the forum is 3.26 !? ***I don't know anything about a Table class. I would have to research it and find that different version. I'll start by seeing what info I can get in the libraries manager.
Do not confuse Tables in a database and the Table object you are using.
I your project, you have a module called Table.bas which is a CustomView Class, I was speaking about this one.
You find in in this thread: Flexible Table.
 
Upvote 0
Top