diff --git a/docs/deleting-data.htm b/docs/deleting-data.htm index 7686d5f47..8f3b1e386 100644 --- a/docs/deleting-data.htm +++ b/docs/deleting-data.htm @@ -97,7 +97,7 @@
diff --git a/docs/exporting-data.htm b/docs/exporting-data.htm index 01dacd2ee..b5935d6dd 100644 --- a/docs/exporting-data.htm +++ b/docs/exporting-data.htm @@ -93,7 +93,7 @@ "llink">FiltersLoad the model Demo-Scott.jm and switch to XML mode. An additional panel named
- "XML Mapping" will appear.


In the "XML Mapping" panel you can define the aggregation-type
- for each association. If the aggregation-type an association from
- table A to B is not 'none', than the XML representation of entities
- from table B will be embedded into the XML representation of the
- associated entities from table A.
You can now specify for each association whether it is an aggregation. If an association from table A to B is an aggregation, the XML (JSON/YAML) representations of the entities from table B are embedded into the XML representation of the associated entities from table A.
Set the aggregation-type to 'implicit list' for the
- associations:
Define the following associations as aggregations (as 'implicit list'):


Export data into a file map column" button or via the context menu of a
+ "font-style: italic;">Column Mapping ..." button or via the context menu of a
table.
The column mapping template of a
- table describes the XML represenation of each exported row:
+ table describes the XML (JSON/YAML) represenation of each exported row:
-
+
+ The attribute value is an SQL expression (analogous to the expressions after SQL:).
+ If it evaluates to null, the element is omitted. The j:if-null attributes work in the opposite way.
+
We change the mapping in the following way:
+ not unique due to the flat embedding into PROJECT_PARTICIPATION:
- Open the mapping dialog for table EMPLYOEE:
+ Open the Column Mapping dialog for table EMPLYOEE:
- 
+ 
Remove the elements 'empno',
'boss' and
-
Export data into a file
+
Create a new database schema and execute Subset By Example -