In this post, we will see how to resolve How to pull multiple data/page from a static payload file and combine them as a result using DataWeave Question: I hope someone sees my post and please do help me to ...
In this post, we will see how to resolve How to Compare two JSON and group them together to get the output Question: Need to group by ID from the input1. If the Id in Input1 exist in Input2 then ...
In this post, we will see how to resolve DataWeave expression returning unwanted array Question: I have the following DataWeave expression: That returns this result: But I need this structure as the output: So that the inner extensions are not ...
In this post, we will see how to resolve How to remove special characters from an XML output? Question: I’m facing an issue of special characters being added to output payload whenever i’m doing transformation to xml. see below sample ...
In this post, we will see how to resolve Not able to deploy Spring-based application after migrating from Mule 3.x to Mule 4.x Question: I have a Maven and Spring-based application that I am trying to deploy on Mule 4 ...
In this post, we will see how to resolve how to refer/use DataWeave files from domain or other projects in Mule 4 Question: The idea is to use or refer the dwl files from domain project so the same DataWeave ...
In this post, we will see how to resolve Mule Database Select with multiple WHERE * OR * clauses Question: I am try to use the Mule Database Connector, Select Operation to run a query with multiple WHERE * OR ...
In this post, we will see how to resolve How to sum the values of child objects in an array with DataWeave Question: Below is the input. There is a parent child-relationship with objects. The "Key" key specifies that. For ...
In this post, we will see how to resolve How to iterate over the string using data weave 1.0 and data weave 2.0? Question: I’m new to dataweave and trying to transform the array and iterate over the “||” values ...
In this post, we will see how to resolve Mule transform JSON to Map Question: I have this JSON object “actos-evaluacion” : [ { ”subject” : < id-subject>, ”name” : < name>, ”marks” : [“<student_id>:< mark>”,”< student_id>:< mark>”, ”<student_id>:< mark>”] ...