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)
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
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
Where/what is the endpoint for the specification created by raml in a mule application?
Project has a raml file which defines the api specification. I can view it when running the application inside AnypointStudio under http://localhost:8081/console/. Is this specification available/view...

alltej
Votes: 0
Answers: 1
Message body was 'null', which is not a value of a supported type
Message body was 'null', which is not a value of a supported type ERROR
I need to publish my payload which is:
{
"items": {
"compressString": "Unquitternuncag...
Charisse Bulan
Votes: 0
Answers: 1