SQL String Functions and Operators FunctionReturn TypeDescriptionExampleResult string || string text String concatenation 'Post' || 'greSQL' PostgreSQL bit_length(string) integer Number of bits in string bit_le
"somePayloadValue": true, "nullString": true, "notEmptyTextString": true, "notEmptyTextStringTwo": false } https://docs.mulesoft.com/mule-runtime/4.3/dw-core-functions-isblank Thanks, Manish Kumar Yadav MuleSoft Forum Moderator UpvoteReply Log In to An...
def addPad(input, size) { return org.mule.util.StringUtils.rightPad(input, size, "0"); } </global-functions> </expression-language> </configuration> Below is the dataweave code i tested with : %dw 1.0 %output application/json %var length = 10 %var invar = "abc" --- { f1: addP...
Each of the above-mentioned devices 5-8 carries out the functions as shown by the flow chart in FIG. 3, in accordance with the function of the control CPU 9. For example, an i 8051 of Intel Co. may be used as the control CPU 9. First, it is judged by a step ST-1 as to ...
Maybe look at the splitby function https://docs.mulesoft.com/mule4-user-guide/v/4.1/dw-core-functions-splitby Not sure if this is the most elegant, but gets the job done: %dw 2.0 output application/json --- using (secondBit = (payload[1] splitBy "|") ) (payload[0] splitBy ...