JSON Unroll
Most recent version: v0.0.1
Last updated
Was this helpful?
Most recent version: v0.0.1
Last updated
Was this helpful?
The JSON Unroll Action unrolls (explodes) an array of objects into individual events, while also inheriting top-level fields.
These are the input and output ports of this Action:
Find JSON Unroll in the Actions tab (under the Transformation group) and drag it onto the canvas.
To open the configuration, click the Action in the canvas and select Configuration.
Enter the required parameters:
Field to transform*
Select the JSON input event that holds the array to be unrolled.
Path*
Inidicate the JSON array name you want to unroll.
Output field*
The name that the exploded array element will receive in each new event.
Click Save to complete the process.
Suppose you wish to unroll a JSON that comes in an input value called JSONdata
In order to configure this action, you must first link it to a Listener. Go to to learn how to link.