python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Need an optimized way to get the required output
Is there an optimized way to trim the beginning and end blank spaces from the below data array field values, have used three approaches, but need a more optimized way.
Note: there might be more than 2...
Mule-Newbie
Votes: 0
Answers: 1
How to create XML request payload in mulesoft using transform message
I am trying to build an api that has two HTTP components
-- The first http request acquires an access token from marketing cloud
-- The second HTTP component uses that access token and sets it in a xm...
soum
Votes: 0
Answers: 0
xml transform in data weave 2.0
In my case, I have an XML Request and Expected response payload. But I don't know to transform using Dataweave 2.0
Input XMl :
<?xml version="1.0" encoding="UTF-8"?>
<DTOA...
codey_08
Votes: 0
Answers: 1
Mule 4 - Convert Array of strings to single string
I have an array of primary keys that i need for a SQL update statement. My goal here is to NOT loop through each primary key and execute an update statement many times. What i want to do is create a s...
Mark Okane
Votes: 0
Answers: 3