Tag: dataweave
-
DataweavemapObject function in DataWeave 2.0 (mulesoft)
We use mapObject when we want to change the keys and/or values on an Object to be something else.
December 1, 2021
-
Dataweavepluck function in DataWeave 2.0 (mulesoft)
The pluck operator is useful for mapping the object into the array, and it returns the array of values, keys,…
December 2, 2021
-
DataweaveUpdate Operator
This operator is the one to use when you wish to change specific fields on an Object, while keeping all…
December 12, 2021
-
DataweaveUpdate Operator Examples
Update Operator Examples
December 12, 2021
-
DataweaveSelector Expressions (update Operator)
Use selector expressions with the update operator to specify the fields to update.
December 12, 2021
-
Dataweaveflatten function in DataWeave 2.0 (mulesoft)
With the help of flatten function multiple arrays are bounded together as single array.
January 4, 2022
-
DataweavesplitBy function in DataWeave 2.0 (mulesoft)
Splits a string into a string array based on a value of input or matches part of that input string….
January 4, 2022
-
DataweavesplitBy Examples in DataWeave 2.0
Helper function that enables splitBy to work with a null value.
January 4, 2022
-
Dataweaveread function in DataWeave
Reads a string or binary and returns parsed content. This function can be useful if the reader cannot determine the…
February 5, 2022
-
DataweavereadUrl in DataWeave
ThereadUrlfunction is similar to the read function, but it accepts URL as an input and the remaining parameters remain the…
February 5, 2022
-
DataweavereadUrl Example in DataWeave
readUrl Example
February 5, 2022
-
MulesoftJMS Messaging Pattern in MuleSoft
JMS messaging pattern is widely used for asynchronous communication. JMS is introduced between the Source and Target systems and the…
February 6, 2022