You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import routines work well for most tables but development is still in progress. When importing data with SQLite Workshop, please keep these points in mind.
Excel imports are not complete. If you need to import an Excel spreadsheet, save the sheet as a comma-delimited file and import the comma delimited file.
The 'Map' feature is not yet implemented for imports from a database. This feature will allow you to map columns from source data to specific columns in your SQLite table or change the default column types created by SQLite,
Imports into existing tables are only supported if the existing table mirrors the data being imported and will only append rows. If you need the table emptied, TRUNCATE the table before importing new data.
The text was updated successfully, but these errors were encountered:
The import routines work well for most tables but development is still in progress. When importing data with SQLite Workshop, please keep these points in mind.
The text was updated successfully, but these errors were encountered: