Changes for page Data Exchange
Last modified by Erik Bakker on 2024/09/05 14:00
From version 7.1
edited by Erik Bakker
on 2022/07/26 09:05
on 2022/07/26 09:05
Change comment:
There is no comment for this version
To version 8.1
edited by Erik Bakker
on 2022/07/26 12:49
on 2022/07/26 12:49
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - expert-create-your-transformations-xpath-expert1 +Image Transformations - Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 - Within thecrash course,we alreadyexplained XPath conceptually.Inthatsamemicrolearning, welooked atsomemoreuncomplicated cases ofusingXPathwithinyourtransformation.Ifyouneed to brushup onthat knowledge, please checkoutthis[[microlearning>>doc:Main.eMagiz Academy.Microlearnings.CrashCourse.CrashCoursePlatform.crashcourse-platform-create-transformation-xpath-basic.WebHome||target="blank"]]. In the intermediate microlearningon this subject, we built upon thatknowledge. Please check outthis[[microlearning>>doc:Main.eMagizAcademy.Microlearnings.IntermediateLevel.Createyourtransformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]]if you needa refresher onthat.In the [[microlearning>>doc:Main.eMagizAcademy.Microlearnings.AdvancedLevel.Createyourtransformations.advanced-create-your-transformations-xpath-advanced.WebHome||target="blank"]]that followed,we built upon that knowledgeand looked at some concrete, practical examples thatcouldbeuseful in yourproject.In thismicrolearning,we willwraptheconceptof XPathby lookingat three complex XPath alternativesthat aresometimesneeded when dealing with messagesineMagiz.2 +In most cases, you will transform XML messages to other XML messages, or you will transform JSON or EDI messages in another of these formats. However, sometimes you want to perform an image transformation. With this image transformation you can transform images in certain formats to another format (i.e. png). This can come in handy when you want to standardize the image format before using it further downstream in your business application(s). 3 3 4 4 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 ... ... @@ -6,61 +6,33 @@ 6 6 == 1. Prerequisites == 7 7 8 8 * Expert knowledge of the eMagiz platform 9 -* [[XPath Basic>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-transformation-xpath-basic.WebHome||target="blank"]] 10 -* [[XPath Intermediate>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Create your transformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]] 11 -* [[XPath Advanced>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Create your transformations.advanced-create-your-transformations-xpath-advanced.WebHome||target="blank"]] 12 12 13 - 14 14 == 2. Key concepts == 15 15 16 -This microlearning focuses on very complexXPathoperations.12 +This microlearning focuses on performing image transformations in eMagiz. 17 17 18 -With XPath Expert, we meanlearning thatXPathoptionsareometimesverycomplexbutcouldbenefit you in specificcasesin yourdaily work.14 +With image transformation, we mean transforming the raw data that represents an image to another image format. 19 19 20 -Some of the very complex XPath options are: 16 +* Read the helptext of the component to understand which formats are supported 17 +* Ensure the input image is supplied in the correct format 18 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 21 21 22 -* matches 23 -* replace 24 -* tokenize 20 +== 3. Image Transformation == 25 25 26 - ==3.XPath Expert==22 +In most cases, you will transform XML messages to other XML messages, or you will transform JSON or EDI messages in another of these formats. However, sometimes you want to perform an image transformation. With this image transformation you can transform images in certain formats to another format (i.e. png). This can come in handy when you want to standardize the image format before using it further downstream in your business application(s). 27 27 28 - Within thecrash course,wealready explainedXPath conceptually. In that same microlearning, we looked atsomemore uncomplicated cases of using XPathwithin your transformation. If you needto brush upon that knowledge, pleasecheck 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,webuiltuponthat knowledge. Pleasecheckout this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Create your transformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]] if youneed arefresheronthat. In the [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.AdvancedLevel.Createyour transformations.advanced-create-your-transformations-xpath-advanced.WebHome||target="blank"]]thatfollowed, we built upon that knowledge and looked at some concrete, practical exampleshatcould be useful inyour project. In thismicrolearning,we will wraptheconcept ofXPath by looking at three complex XPath alternatives that are sometimes neededwhen dealingwith messages in eMagiz.24 +Before we dive into the specifics of how to configure this let us first consider the following: 29 29 30 -Some of the very complex XPath options are: 26 +* Read the helptext of the component to understand which formats are supported 27 +* Ensure the input image is supplied in the correct format 28 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 31 31 32 -* matches 33 -* replace 34 -* tokenize 30 +{{warning}}The focus of this microlearning lies on the image transformer component. Ensuring that the input is useful and the output fits the remainder of the process is highly depending on the use case and will therefore not be discussed in this microlearning{{/warning}} 35 35 36 - ===3.1matches===32 +When turning to the Create phase of eMagiz, we need to open the flow and enter "Start Editing" mode to add the component we need. For example, in the left panel, you can search for "Image". This will yield the following result. 37 37 38 - Sometimes, you want to determine whetheraspecificvaluewithinyour payloadmatches apattern. Inthosecases,youcanuse the XPathfunction calledmatches. The functionwill return true if thesupplied stringmatches agivenregular expression. So,forexample, if you wanttocheck whether your OrderID contains exactly seven digitsand nothing else, thefollowing XPath expressionwill work for your usecase.34 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component.png]] 39 39 40 -matches(OrderID,'^\d{7}$') 41 - 42 -As a result, you will get a true or false back which you can then use as a filter or within an if-then-else construction. 43 - 44 -=== 3.2 replace === 45 - 46 -The replace function has many similarities with the matches function. It builds on the premise of the matches function, but instead of returning a true or false, you can state with what you want to replace the matched string. In other words, this function returns a string produced from the input string by replacing any substrings that match a given regular expression with a supplied replacement string. 47 - 48 -When we apply this to our earlier example, we can state that when the OrderID contains any non-digit, we will replace this value with nothing. This will lead to the following XPath expression. 49 - 50 -replace(OrderID,'\D','') 51 - 52 -With a given input string of 12C34A567, the returned result will be 1234567. 53 - 54 -=== 3.3 tokenize === 55 - 56 -The tokenize function can split a string into multiple entries for you. This is particularly useful when you want to match an input string to a list of possible values that are valid for that string. For example, the function returns a sequence of strings constructed by splitting the input wherever a separator is found; the separator is any substring that matches a given regular expression. 57 - 58 -So, for example, when the input string for AddressID is "street,housenumber,housenumberaddition" and you want to tokenize this with the help of the separator, you could use, in this example, the comma between the values as the separator. This will lead to the following XPath expression. 59 - 60 -tokenize(AddressID,',') 61 - 62 -The given input detailed above will result in the following output: street housenumber housenumberaddition. 63 - 64 64 == 4. Assignment == 65 65 66 66 Check out which of the XPaths we have discussed today can be found within your project.