The databaseexportjson statement exports selected records in the current database in JSON format to a text file.
Parameters
This statement has one parameter:jsonfile – path and name of JSON file, or “” to ask user.
Description
This statement exports selected records in the current database in JSON format to a text file. Here is an example that exports the selected records to a file named Mailing List.json.
databaseexportjson "~/Dropbox/MailingList.json"
Note: This statement is used by the File>Export>JSON menu command.
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |