Contact Us 1-800-596-4880

Diff (dw::util::Diff)

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

To use this module, you must import it to your DataWeave code, for example, by adding the line import * from dw::util::Diff to the header of your DataWeave script.

Functions

Name Description

diff

Returns the structural differences between two values.

Types