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
Cannot Properly Transform Unix Timestamp to DateTime in Mule 4
So I am trying to convert a Unix Timestamp into a Human Readable date format (ex: January 20, 2021).
This is the response that I get from an API which gives the Unix timestamp
"time":1388620...
Java Student
Votes: 0
Answers: 3
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