Mulesoft, Convert excel data (application/xlsx) into byte [] format
In MuleSoft, How to convert excel(mime: application/xlsx) data into byte[] format
How to update specific field value in different types of json request using mule 4?
In my case, I’m updating a field name that contains NAME or Number then i’m updating that field value as “******”. for example, {"firstName": "John"} is updated as {"firstName": "******"}
using below dataweave code that I tried in below:
MuleSoft – Dataweave 2.0 – Split payload into seperate arrays based on type
Having some trouble splitting a payload up. I basically need to split the payload every time we come across the {“type”: “AA”} object.
MuleSoft Dw – How to remove duplicate key from a Json object?
I need to merge two arrays of objects based on a common field, keeping the objects that are present in both arrays and combining their fields.