Changes for page Exercises
Last modified by Carlijn Kokkeler on 2022/10/20 14:28
From version 9.1
edited by Carlijn Kokkeler
on 2022/10/19 16:26
on 2022/10/19 16:26
Change comment:
There is no comment for this version
To version 10.1
edited by Carlijn Kokkeler
on 2022/10/20 14:28
on 2022/10/20 14:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,16 +15,17 @@ 15 15 == 3. Transformations in Create == 16 16 By following the steps below, you should gain a better understanding of transformations. 17 17 18 -* Enu merationvaluemapping19 -** CDM message uses an ISO-3 standard for country code. Add an enumeration for the attribute Country according to this standard.20 -** System message uses an ISO-2 standard for country code. Add an enumeration for the attribute Country according to this standard.21 -* Booleanvaluemapping22 -** Make sure that, incasePackageUnitin your CDM message has the value'true',the Unit value inyour systemmessageis 'COLLI'.Ifthe PackageUnithas value'false', the Unit value is 'BOX'. Hint: you might need to change an attribute data type.23 -* Fixed value18 +* Ensure that the CDM and System messages follow the standards for country code as given below. 19 +** CDM message uses an ISO-3 standard for country code. 20 +** System message uses an ISO-2 standard for country code. 21 +* Map values for units. 22 +** Make sure that, unit is 'COLLI' for packageunit 'TRUE', and unit is 'BOX' for packageunit 'false'. Hint: you might need to change an attribute data type. 23 +* Add fixed values. 24 24 ** Add a fixed value to the attribute 'Type' from the entity 'Address'. Please carefully look at the desired value(s). 25 -* If exists 26 - ** Make sure that a Description attribute is only generated if a description exists. 27 -* XPath TBD 25 +* Change when an attribute is generated. 26 +** A Description attribute is only generated if a description exists. 27 +* Add conditionals. 28 +** Make sure that the city 'Enschede' is changed to 'Hengelo'. 28 28 29 29 The solutions to these exercises can be found [[here>>doc:Main.eMagiz Academy.Use Cases.Transformations.Exercises.Solutions.WebHome||target="blank"]]. 30 30