The Convert-to-array Transformer takes the input data and transforms JSON objects to arrays.
The Convert-to-array Transformer takes the input data and transforms JSON objects to arrays. The given patterns work on the keys of the objects (key-1 in the example). The groups within the found key will be wrapped in an array element.
This is a pattern that is used to filter keys. More details can be found on the pattern reference page.Note: The base pattern impacts the recursive pattern, and it is only applied to elements that are found with the base pattern expression.
By default, only objects of the first level that match the given pattern will be converted to arrays. When this option is activated, the conversion will continue in the underlying parts of the found data.