Changes for page Data Exchange

Last modified by Erik Bakker on 2024/09/05 14:00

From version 2.2
edited by Erik Bakker
on 2022/06/13 09:26
Change comment: Update document after refactoring.
To version 5.1
edited by Erik Bakker
on 2022/06/13 09:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -advanced-create-your-transformations-xpath-advanced
1 + XPath Advanced
Content
... ... @@ -1,6 +1,4 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -= XPath Advanced =
3 -
4 4  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.
5 5  
6 6  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
... ... @@ -11,11 +11,9 @@
11 11  == 1. Prerequisites ==
12 12  
13 13  * Advanced knowledge of the eMagiz platform
14 -* [XPath Basic](crashcourse-platform-create-transformation-xpath-basic.md)
15 -* [XPath Intermediate](intermediate-create-your-transformations-xpath-intermediate.md)
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"]]
16 16  
17 -crashcourse-platform-create-transformation-xpath-basic
18 -crashcourse-platform-create-transformation-XPath-basic
19 19  
20 20  == 2. Key concepts ==
21 21  
... ... @@ -34,7 +34,7 @@
34 34  
35 35  == 3. XPath Advanced ==
36 36  
37 -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.
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.Crash Course.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.Intermediate Level.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.
38 38  
39 39  Some of the more complex XPath options are:
40 40  
... ... @@ -72,8 +72,6 @@
72 72  
73 73  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')
74 74  
75 -
76 -
77 77  == 4. Assignment ==
78 78  
79 79  Check out which of the XPaths we have discussed today can be found within your project.
... ... @@ -88,8 +88,6 @@
88 88  * XPath on JSON
89 89  * SpEL notation for XPath
90 90  
91 -
92 -
93 93  == 6. Suggested Additional Readings ==
94 94  
95 95  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: