here is video on how to export one or many Sqlite table To Tab delimited files:
If you want to automate conversion or avoid user Interface (UI) and run "Sqlite To Tab" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\SqliteToTab\SqliteToTab.exe" inputfile.sqlite outputfile.tab
