Import
Importing Existing Data
If you have existing license data, you can easily import it into SQLiteStudio.
Here's how to import existing data into SQLiteStudio:
Launch SQLiteStudio.
Open the database file that you want to import the data into.
**Click on the Tools menu, and then select Import/Export.
In the Import Data window, select the CSV file format.
**Browse to the CSV file that you want to import, and then click Open.
In the Import Settings window, you can specify the following options:
The delimiter that separates the data fields in the CSV file.
Whether the first row of the CSV file contains column headers.
The encoding of the CSV file.
Click Import to import the data into the SQLite database.
Additional Notes:
If the CSV file contains data for a table that does not already exist in the SQLite database, SQLiteStudio will create the table for you.
If the CSV file contains data for a table that already exists in the SQLite database, SQLiteStudio will append the new data to the existing table.
If you are importing data into an existing table, you can specify whether to replace the existing data or append the new data.
For more information on importing data into SQLiteStudio, please refer to the following documentation: