Objects (dw::core::Objects)
This module contains helper functions for working with objects.
To use this module, you must import it to your DataWeave code, for example,
by adding the line import * from dw::core::Objects
to the header of your
DataWeave script.
Functions
Name | Description |
---|---|
Breaks up an object into sub-objects that contain the specified number of key-value pairs. |
|
Returns an array of key-value pairs that describe the key, value, and any attributes in the input object. |
|
Returns |
|
Returns an array of key names from an object. |
|
Appends any key-value pairs from a source object to a target object. |
|
Returns an array of keys from an object. |
|
Returns |
|
Selects key-value pairs from the object while the condition is met. |
|
Returns an array of the values from key-value pairs in an object. |