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
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
Need to convert the payload to the desired output
In the below array there can be multiple objects, and each object can have more than below mentioned key values. I need only the uniqueID and name fields to be displayed.
[
{
"uniqu...
Mule-Newbie
Votes: 0
Answers: 2