2019.1

Table Of Contents
Filter
To find a certain table, group or field in a large Data Model, start typing characters in the Filter
box. This immediately narrows down the list of displayed items to all tables, groups and fields
whose name contains the characters that were typed. Note that the filtering is case-insensitive.
Data Model toolbar buttons
l
: Import Data Model: Click to browse to a file that contains a Data Model. This may
be:
l A Data Model file (*.OL-datamodel).
l A JSON file (*.json; see the note below).
l A Connect template (*.OL-template), data mapping configuration (*.OL-datamapper)
or 'typed' JSON file (*.json; see the note below).
The file's data model structure will be displayed in the Data Model pane without data.
l
: Export Data Model: Click to browse to a location to save the Data Model file. The
available file types are:
l A Data Model file (*.OL-datamodel).
l A JSON file (*.json): A JSON object or an array of JSON objects representing
records.
l A 'typed' JSON file (*.json).
Note
Typed JSON follows the structure of a JSON Record Data List (see the REST API
Cookbook). Data field types are determined by the schema object in the JSON.
Note
When a Data Model is exported to a JSON file or typed JSON file, detail tables are
exported, but groups are not.
Page 311