Last modified by Eva Torken on 2023/08/10 12:06

From version 29.1
edited by Erik Bakker
on 2023/01/02 14:08
Change comment: There is no comment for this version
To version 30.1
edited by Erik Bakker
on 2023/01/02 14:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -45,7 +45,7 @@
45 45  
46 46  === 3.2 Concat ===
47 47  
48 -The concat option is a variation on the string-join we saw in the [[XPath Basic microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-transformation-xpath-basic.WebHome||target="blank"]]. The significant difference between the concat and the string-join is that with the concat, you do not define one single separator between the various elements. With the concat, you define per step how certain parts should be linked together. So, for example, **concat(SomeAttribute,' ', SomeOtherAttribute,'-', AThirdAttribute, AFourthAttribute)** uses different separators between the various elements we want to join together in a new string.
48 +The concat option is a variation on the string-join we saw in the XPath Basic [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-transformation-xpath-basic||target="blank"]]. The significant difference between the concat and the string-join is that with the concat, you do not define one single separator between the various elements. With the concat, you define per step how certain parts should be linked together. So, for example, **concat(SomeAttribute,' ', SomeOtherAttribute,'-', AThirdAttribute, AFourthAttribute)** uses different separators between the various elements we want to join together in a new string.
49 49  
50 50  === 3.3 Exists check ===
51 51