Unbatch
Unbatch (unbatch)
Expand a batched event back into individual events.
Transform json
Minimal example
actions: - unbatch: {}JSON
{ "actions": [ { "unbatch": {} } ]}Contents
Fields
| Field | Type | Required | Description |
|---|---|---|---|
description General | string | describe this step. | |
condition General | lua-expression (string) | Only run this action if the condition is met. Examples: 2 * count() | |
from-field Input | field (string) | Field containing the batched records (defaults to recs).Examples: data_field |
General
Show fields
| Field | Type | Required | Description |
|---|---|---|---|
description | string | describe this step. | |
condition | lua-expression (string) | Only run this action if the condition is met. Examples: 2 * count() |
Input
Show fields
| Field | Type | Required | Description |
|---|---|---|---|
from-field | field (string) | Field containing the batched records (defaults to recs).Examples: data_field |