Build Numbers Table from SQLite Database

After reviewing the previous page about creating an SQLite database from a Numbers table, the next topic in learning how to use SQLite with Numbers, is to learn how to create a Numbers table using the content of an SQLite database. The script provided on this page outlines the basic technique for doing so.

DOWNLOAD a ZIP archive of the example SQLite database and related files. Unpack the archive and place the SQLite database files into the Databases folder in your Documents folder. NOTE: requires OS X v10.10 (Yosemite)

databases

Open the example script in the Script Editor application. Two versions are provided: the first is for OS X v10.10 (Yosemite) and higher, and the second is for OS X v10.9 (Mavericks):

NOTE: When prompted by the script, choose the main database file, which is the one with the file extension of “.dbev”.

When run, the script will parse the database and create a new Numbers document containing a single table comprised of rows of data extracted from the records of the chosen database  (⬇ see below ) 

presidents-table

TOP | CONTINUE