Contact Us 1-800-596-4880

Diff (dw::util::Diff)

This utility module calculates the difference between two values and returns the list of differences.

The module is included with Mule runtime. To use it, you must import it to your DataWeave code, for example, by adding the line import dw::util::Diff or import * from dw::util::Diff to your header.

Functions

Name Description

diff

Returns the structural differences between two values.

Types