
- Vcf to Sqlite
- Tsv to Sqlite
- Yaml to Sqlite
- Text to Sqlite
- Kml to Sqlite
- Gpx to Sqlite
- Html table To Sqlite
- Pipe delimited To Sqlite
- Json to Sqlite
- Excel to Sqlite
- Mdb to Sqlite
- Csv to Sqlite
- Dbf to Sqlite
- Foxpro dbf to Sqlite
- Xml to Sqlite
- Xls To Sqlite
- Tab to Sqlite
- Paradox to Sqlite

here is video on how to convert Vcf file to Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Vcf to Sqlite" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\VcftoSqlite\VcftoSqlite.exe" inputfile outputfile

here is video on how to convert Tsv file to table into Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Tsv to Sqlite" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\TsvtoSqlite\TsvtoSqlite.exe" inputfile.tsv outputdb.sqlite

here is video tutorial on how to save data from Yaml file to Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Yaml to Sqlite" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\YamltoSqlite\YamltoSqlite.exe" inputfile.yml outputfile.sqlite

here is video on how to convert Kml to Sqlite database:
If you wish to automate the conversion process or bypass the User Interface (UI) and run the 'Kml to Sqlite' application from the command line,
here is an example of how to do it:"
"C:\Program Files (x86)\WhiterockSoftware\KmltoSqlite\KmltoSqlite.exe" input.kml output.sqlite

here is video on how to convert Gpx track data to Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Gpx to Sqlite" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\GpxtoSqlite\GpxtoSqlite.exe" inputfile.gpx outputfile.sqlite

here is video on how to convert Text file to Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Text to Sqlite" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\TexttoSqlite\TexttoSqlite.exe" inputfile.txt outputdb.sqlite

here is guide on how to convert Html table To Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Html table To Sqlite" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\HtmltableToSqlite\HtmltableToSqlite.exe" webpage.html output.sqlite

here is video guide on how to conver Pipe delimited file To Sqlite database:
If you wish to automate the conversion process, bypass the User Interface (UI), and execute the 'Pipe delimited To Sqlite' application from the command line, here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\PipedelimitedToSqlite\PipedelimitedToSqlite.exe" inputfile.pipe outputfile.sqlite