2019.2

Table Of Contents
object with one or more name/value pairs:
l <name> the name (name) of the data table and the data table schema for the
data record entities it contains, consisting of an object with the following
name/value pair:
l columns a list of the data columns/fields in the data table schema and
their corresponding data types, consisting of an object with one or more
name/value pairs:
l <name> the name (name) and data type of the data field (value of
either BOOLEAN, STRING, HTMLSTRING, INTEGER, FLOAT, DATETIME or
CURRENCY) (type of string)
l fields a list of the data fields in the data record entity and their corresponding data
values, consisting of an object with one or more name/value pairs:
l <name> the name (name) and data value of the data field (type of either string,
number, or boolean)
l tables a list of any nested data tables in the data record entity, consisting of an object
with one or more name/value pairs:
l <name> the name (name) of the data table and a list the data record entities it
contains, consisting of an array of objects each with the following name/value
pairs:
l id the data record entity identifier (type of number)
l fields a list of the data fields in the data record entity and their
corresponding data values, consisting of an object with one or more
name/value pairs:
l <name> the name (name) and data value of the data field (type of either
string, number, or boolean)
Specific to data record entities that are children of a data set entity (data record entities in the
root or master data table), an additional name/value pair is included:
l datasetid the data set entity identifier of parent entity (type of number)
If a data record entity contains boundary information (set from the data source during data
mapping), then an additional name/value pair is also included:
l boundaries the boundaries for the data record, consisting of an object with the
following name/value pairs:
Page 49