Unbatch
Unbatch (unbatch)
Section titled “Unbatch (unbatch)”Expand a batched event back into individual events.
Transform json
Minimal example
Section titled “Minimal example”actions: - unbatch: {}JSON
{ "actions": [ { "unbatch": {} } ]}Contents
Section titled “Contents”General
Section titled “General”General
| 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
| Field | Type | Required | Description |
|---|---|---|---|
from-field |
field (string) |
Field containing the batched records (defaults to recs).Examples: data_field |