Changes for page Communication between models
Last modified by Erik Bakker on 2024/09/05 14:00
From version 5.1
edited by Erik Bakker
on 2022/06/13 09:39
on 2022/06/13 09:39
Change comment:
There is no comment for this version
To version 4.1
edited by Erik Bakker
on 2022/06/13 09:38
on 2022/06/13 09:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,8 +10,10 @@ 10 10 11 11 * Advanced knowledge of the eMagiz platform 12 12 * [[XPath Basic>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-transformation-xpath-basic.WebHome||target="blank"]] 13 -* [[XPath Intermediate>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Create your transformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]] 13 +* [[XPath Intermediate>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Create your transformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]][XPath Intermediate](intermediate-create-your-transformations-xpath-intermediate.md) 14 14 15 +crashcourse-platform-create-transformation-xpath-basic 16 +crashcourse-platform-create-transformation-XPath-basic 15 15 16 16 == 2. Key concepts == 17 17 ... ... @@ -30,7 +30,7 @@ 30 30 31 31 == 3. XPath Advanced == 32 32 33 -Within the crash course, we already explained XPath conceptually. In that same microlearning, we also looked at some more uncomplicated cases of using XPath within your transformation. If you need to brush up on that knowledge, please check out this [ [microlearning>>doc:Main.eMagiz Academy.Microlearnings.CrashCourse.Crash Course Platform.crashcourse-platform-create-transformation-xpath-basic.WebHome||target="blank"]]. In the intermediate microlearning on this subject, we built upon that knowledge. Please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.IntermediateLevel.Create your transformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]]if you need a refresher on that. In this microlearning, we will build upon that knowledge and look at some concrete, practical examples that could be useful in your project.35 +Within the crash course, we already explained XPath conceptually. In that same microlearning, we also looked at some more uncomplicated cases of using XPath within your transformation. If you need to brush up on that knowledge, please check out this [microlearning](crashcourse-platform-create-transformation-xpath-basic.md). In the intermediate microlearning on this subject, we built upon that knowledge. Please check out this [microlearning](intermediate-create-your-transformations-xpath-intermediate.md) if you need a refresher on that. In this microlearning, we will build upon that knowledge and look at some concrete, practical examples that could be useful in your project. 34 34 35 35 Some of the more complex XPath options are: 36 36 ... ... @@ -68,6 +68,8 @@ 68 68 69 69 Sometimes you want to perform an XPath operation but store the header via a standard message header enricher component. As a result, you need a valid SpEL expression to help you in this cause. To do so, you need to know the correct notation for an XPath expression when using the SpEL language. An example of the correct notation is: #xpath(payload,'/root/entity/attribute') 70 70 73 + 74 + 71 71 == 4. Assignment == 72 72 73 73 Check out which of the XPaths we have discussed today can be found within your project. ... ... @@ -82,6 +82,8 @@ 82 82 * XPath on JSON 83 83 * SpEL notation for XPath 84 84 89 + 90 + 85 85 == 6. Suggested Additional Readings == 86 86 87 87 If you are interested in this topic and want more information on it, please read the help text provided by eMagiz and read more information on the following link: