Getting started Community Training Tutorials Documentation APIs, AI & Tools
%dw 2.0
output application/json
---
{ "a" : [0, 1, 1, 2] -- [1,2] }
Removes specified values from an input value.
This version of -- removes all instances of the specified items from an array. Other
versions act on objects, strings, and the various date and time formats that
are supported by DataWeave.
| Name | Description |
|---|---|
source |
The array containing items to remove. |
toRemove |
Items to remove from the source array. |