Convert nodes with numeric keys to arrays
The Convert nodes with numeric keys to arrays mapping (numerickeys2arrays) recursively scans the message content and replaces all JSON objects with purely numeric keys with ordered JSON arrays. This is especially useful for standardizing data imported from systems that serialize arrays as objects.
Attributes for Convert Numeric-Keyed Objects to Arrays
| Attribute | Required | Description |
|---|---|---|
| from | Y | Defines the source field for the mapping. |
| to | Y | Defines where the result should be inserted. |
| Function | Y | Should be set to " Convert nodes with numeric keys to arrays". |
| Funciton type | Y | Must be "Message structure" |