Dataweave

readUrl Example in DataWeave

readUrl Example

3 years ago

readUrl in DataWeave

ThereadUrlfunction is similar to the read function, but it accepts URL as an input and the remaining parameters remain the…

3 years ago

read function in DataWeave

Reads a string or binary and returns parsed content. This function can be useful if the reader cannot determine the…

3 years ago

splitBy Examples in DataWeave 2.0

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

3 years ago

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.…

3 years ago

flatten function in DataWeave 2.0 (mulesoft)

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

3 years ago

Selector Expressions (update Operator)

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

3 years ago

Update Operator Examples

Update Operator Examples

3 years ago

Update Operator

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

3 years ago

pluck 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,…

3 years ago