The DataWeave Language is a powerful template engine that allows you to transform data to and from any kind of format (XML, CSV, JSON, Pojos, Maps, etc).
My requirement is to convert a string to a date format using DataWeave in Mule Input string 8/30/2015 4:00:13 PM Output date …
mule dataweaveI am having a JSON like this : { "dcsId": "1184001100000000517", "marketCode": "US", "languageCode": "en-US", "profile": { "base": { "username": "arunima27", "activeInd": "R", "phone": [ { "activeInd": "…
mule dataweaveI am working on transforming my payload. I have got the situation here. Input payload looks like this below one:…
mule mule-studio mule-component mule-el dataweaveSuppose I have an XML file of details of employee such as id, name and address and now I want …
java mule mule-studio anypoint-studio dataweaveDataWeave doesn't like what I'm trying to do with it, and I'm not sure if I'm doing something wrong, or …
mule dataweaveI have a string like "Hi I am from "Kazan, Russia". The output should be Hi I am from Kazan, …
mule dataweaveHow to do length validation in Mule Dataweave %dw 1.0 %output application/xml --- (payload default []) map { Field1:$.Field11, Field2:$.Field22, …
mule mule-studio mule-component mule-el dataweaveI am using Anypoint 7 and Mule 4.1. I want to read an Excel (xlsx) file from a folder on my computer …
mule anypoint-studio dataweaveI am creating a flow that is issuing twitter search request, looping through each tweet, and pushing to a target …
mule dataweaveI'm having an issue trying to parse a string to double this would be a sample code, it's returning an …
mule anypoint-studio dataweave