Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import routines are not complete. #5

Open
mdmadonna opened this issue Apr 1, 2018 · 1 comment
Open

Import routines are not complete. #5

mdmadonna opened this issue Apr 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@mdmadonna
Copy link
Owner

mdmadonna commented Apr 1, 2018

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.
@mdmadonna mdmadonna added the enhancement New feature or request label Apr 1, 2018
@mdmadonna
Copy link
Owner Author

The Preview feature is now implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant