This example will walk you through how to get data that already exists into SQLite.
New Database
in the Database
drop
down menu. Type portal_mammals
for the name, click OK
and choose where to
save the file.Import
icon.Select File
and navigate to where you saved the data file
and select it.CSV
. You can also import from SQL databases or modify the Fields
separated
or enclosed by
. Make sure to select First row contains column
names
.OK
when it asks if you want to modify the data.surveys
.Data Type
drop-down menus. If
it is not obvious if the data type is an INTEGER
or VARCHAR
for each
variable, check the metadata. Important: if you specify the wrong data type it
can cause some data to not be imported and/or prevent you from doing some kinds
of data manipulations. recordID
as the Primary Key
and click OK
.OK
when asked if you are sure you want to import the data.