Dataweave Interview Question: Combine Country and Capital Name From Input
This article will help you practice your DataWeave skills in MuleSoft. Today, we’ll learn to combine the country and capital…
This article will help you practice your DataWeave skills in MuleSoft. Today, we’ll learn to combine the country and capital…
This article will help you practice your DataWeave skills in MuleSoft. Use the article as a tutorial for learning more…
Before we start, let’s go over the following: readurl (): It is dw-core-function and returns parsed content from source…
Using the DataWeave exercise below, I’ll demonstrate how to use the reduce, map, valuesOf, splitBy functions, format, and ++ operator….
The article will showcase the creation of a file with custom functions and then show how to import them in…
This article will help you practice your DataWeave skills in MuleSoft. Let’s get started. Input: [1,2,3,4,5] Output: 5 Let’s talk…
filter Vs takeWhile Both of these functions can be used for selecting elements from the array for a given condition,…
DataWeave is an expression language designed by MuleSoft. The language helps in transforming the incoming payload to various payloads as…
Anybody dealing with Dataweave scripts will often come across situations where an Object needs to be converted into an Array…
Recent Comments