JMS Messaging Pattern in MuleSoft February 6, 2022 Mule 4 / Mulesoft JMS messaging pattern is widely used for asynchronous communication. JMS is introduced between the Source and Target systems and the communication happen through messaging only.
readUrl in DataWeave February 5, 2022 Dataweave ThereadUrlfunction is similar to the read function, but it accepts URL as an input and the remaining parameters remain the same as the read function.
read function in DataWeave February 5, 2022 Dataweave Reads a string or binary and returns parsed content. This function can be useful if the reader cannot determine the content type by default.
splitBy Examples in DataWeave 2.0 January 4, 2022 Dataweave / Mule 4 / Mulesoft Helper function that enables splitBy to work with a null value.
splitBy function in DataWeave 2.0 (mulesoft) January 4, 2022 Dataweave / Mule 4 / Mulesoft Splits a string into a string array based on a value of input or matches part of that input string. It filters out the matching part from the returned array.
flatten function in DataWeave 2.0 (mulesoft) January 4, 2022 Dataweave / Mule 4 / Mulesoft With the help of flatten function multiple arrays are bounded together as single array.
Selector Expressions (update Operator) December 12, 2021 Dataweave / Mule 4 / Mulesoft Use selector expressions with the update operator to specify the fields to update.
Update Operator December 12, 2021 Dataweave / Mule 4 / Mulesoft This operator is the one to use when you wish to change specific fields on an Object, while keeping all others the same.