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 9.1
edited by Erik Bakker
on 2022/07/26 12:56
on 2022/07/26 12:56
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - expert-create-your-transformations-xpath-expert1 +Image Transformation - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - 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.eMagiz Academy.Microlearnings.IntermediateLevel.Create yourtransformations.intermediate-create-your-transformations-xpath-intermediate.WebHome||target="blank"]]ifyou need arefresheronthat. In[[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 convert images in specific 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,82 +6,58 @@ 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 - WithXPath Expert, we meanlearning thatXPathoptionsare sometimesvery complex but could benefityou inspecific casesinyourdailywork.14 +By image transformation, we mean transforming the raw data that represents an image into another image format. 19 19 20 -Some of the very complex XPath options are: 16 +* Read the help text 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 convert images in specific 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 help text 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}} This microlearning focuses on the image transformer component. Ensuring that the input is valid and the output fits the remainder of the process is highly dependent 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 necessary component. 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}$')36 +After dragging the component onto the canvas, you must define the channels first. 41 41 42 - Asaresult, you will getatruefalseback whichyoucanhenuseafilterorwithinanif-then-else construction.38 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component-help.png]] 43 43 44 - ===3.2replace===40 +Secondly, we must select the desired image format we want to transform. Finally, the field indicates all valid values you can choose. Please note that 'PNG' is the default selection. 45 45 46 - The replacefunctionhasmany similaritieswith the matches function.Itbuildson theremise ofthematches function, butinstead ofeturningarueor false, you cantatewith what you want toeplace thematched string. Inother words, this function returnsstring produced fromthe input string by replacing any substrings thatmatch agiven regular expressionwith asupplied replacement string.42 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component-image-options.png]] 47 47 48 - Whenweapplythis toourearlierexample, we canstate thatwhentheOrderIDcontainsanynon-digit,wewill replacethisvaluewithnothing.ThiswillleadtohefollowingXPath expression.44 +Once you have done this, the component configuration is finished, and you can transform your input image to a desired output image format. 49 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 -Check outwhich oftheXPaths wehavediscussed today can be found within your project.48 +Check whether the solution we discussed today can be found within your project. 67 67 This assignment can be completed within the (Academy) project you created/used in the previous assignment. 68 68 69 69 == 5. Key takeaways == 70 70 71 -Some of the very complex XPath options are: 53 +* Read the help text of the component to understand which formats are supported 54 +* Ensure the input image is supplied in the correct format 55 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 72 72 73 -* matches 74 -* replace 75 -* tokenize 76 - 77 77 == 6. Suggested Additional Readings == 78 78 79 -If you are interested in this topic and want more information on it, please read the help text provided by eMagizand read more information on the following links:59 +If you are interested in this topic and want more information, please read the help text provided by eMagiz. 80 80 81 -* http://www.xsltfunctions.com/xsl/fn_matches.html 82 -* http://www.xsltfunctions.com/xsl/fn_replace.html 83 -* http://www.xsltfunctions.com/xsl/fn_tokenize.html 84 - 85 85 == 7. Silent demonstration video == 86 86 87 87 As this is more of theoretical microlearning, there is no video accompanying the microlearning.)))((({{toc/}}))){{/container}}{{/container}}