Getting Started with the Mezmo Platform
Manage Source Data
Build Telemetry Pipelines
Monitor Data and Create Alerts
Pipeline Destinations
Pipeline Processors
Reference
Other Mezmo Resources
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Unroll Processor
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Description
The Unroll processor converts a JSON object array into individual objects.
Use
This processor is most commonly used for cases when a source sends a set of objects packaged in a single JSON object. This could include logs or metrics.
Configuration
There is one option to configure for this processor.
| Option | Description | Example |
|---|---|---|
| Field | The field containing the JSON object array to unroll. | .foo |
Example
Before
JSON
{ 'foo': ['bat', 'baz', 'qux'], 'bar': 1}Unroll Options
| Option | Value |
|---|---|
| Field | .foo |
After
JSON
{"bar": 1, "foo": "bat"}{"bar": 1, "foo": "baz"}{"bar": 1, "foo": "qux"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Feb 23, 2023
Was this page helpful?
Next to read:
Error Code ReferenceDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message