coderz.py

Keep Coding Keep Cheering!

JMS Messaging Pattern in 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.

February 6, 2022 | Mule 4, Mulesoft | No comments

readUrl Example in DataWeave

readUrl Example

February 5, 2022 | Dataweave | No comments

readUrl in 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.

February 5, 2022 | Dataweave | No comments

read function in 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.

February 5, 2022 | Dataweave | No comments

splitBy Examples in DataWeave 2.0

Helper function that enables splitBy to work with a null value.

January 4, 2022 | Dataweave, Mule 4, Mulesoft | No comments

splitBy 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. It filters out the matching part from the returned array.

January 4, 2022 | Dataweave, Mule 4, Mulesoft | No comments

flatten function in DataWeave 2.0 (mulesoft)

With the help of flatten function multiple arrays are bounded together as single array.

January 4, 2022 | Dataweave, Mule 4, Mulesoft | No comments

Selector Expressions (update Operator)

Use selector expressions with the update operator to specify the fields to update.

December 12, 2021 | Dataweave, Mule 4, Mulesoft | No comments

Update Operator Examples

Update Operator Examples

December 12, 2021 | Dataweave, Mule 4, Mulesoft | No comments

Update Operator

This operator is the one to use when you wish to change specific fields on an Object, while keeping all others the same.

December 12, 2021 | Dataweave, Mule 4, Mulesoft | No comments

Advertisement