newdatabasewithjson
JSONFILE

The newdatabasewithjson statement creates a new database using a JSON file.


Parameters

This statement has one parameter:

jsonfile – path and name of JSON file, or “” to ask user.


Description

This statement creates a new database from data in a JSON file. Here is an example that creates a new database from a file named Mailing List.json.

newdatabasewithjson "~/Dropbox/MailingList.json"

Note: This statement is used by the File>New>New Database from JSON File menu command.


See Also


History

VersionStatusNotes
10.0NewNew in this version.