View Single Post
rcull's Avatar
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#9
FGol

If you have sqlite3 installed ( dbs are transferable so you can use your PC )

sqlite3 databasename
From the sqlite3> prompt
.mode csv ( or tabs,sql etc )
.import <filename> <tablename>

You must obviously have the right columns in the right order etc.

You could also wait a few days
I'm just finishing 0.0.4 ( open and save dialogs for dbs and output files + the start of a settings page ).

After that I intend to add an import facility (probably just comma or tab seperated).

Rick