For complex mappings, it is sometimes better to write an ESQL function that performs the work, then call the function from the Message Mapping editor. This topic describes a scenario where one of the output fields will be formed from a concatenation of input fields with additional text.
simple (message) int (xsd:int) str (xsd:str)
CREATE FUNCTION concatValues(IN val INTEGER, IN str CHAR) RETURNS CHAR BEGIN return str || ' plus int val ' || CAST(val AS CHAR); END;
Notices |
Trademarks |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
ar25160_ |