Skip to content

Unbatch

Unbatch (unbatch)

Expand a batched event back into individual events.

Transform json

Minimal example

actions:
- unbatch: {}
JSON
{
"actions": [
{
"unbatch": {}
}
]
}

Contents

Fields

FieldTypeRequiredDescription
description Generalstringdescribe this step.
condition Generallua-expression (string)Only run this action if the condition is met.
Examples: 2 * count()
from-field Inputfield (string)Field containing the batched records (defaults to recs).
Examples: data_field

General

Show fields
FieldTypeRequiredDescription
descriptionstringdescribe this step.
conditionlua-expression (string)Only run this action if the condition is met.
Examples: 2 * count()

Input

Show fields
FieldTypeRequiredDescription
from-fieldfield (string)Field containing the batched records (defaults to recs).
Examples: data_field