coderz.py

Keep Coding Keep Cheering!

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.

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.

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.

Advertisement