Skip to content

Import routines are not complete. #5

Open
@mdmadonna

Description

@mdmadonna

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.

  1. 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.
  2. 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,
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions