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?
Remove Fields Processor
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Description
The Remove Fields processor drops JSON fields from each record in the data stream.
Use
This processor is useful when there are specific fields that you want to remove from your data before sending it to storage or to additional processors.
Configuration
There is one option to configure for this processor.
| Option | Description | Example |
|---|---|---|
| Fields | The field or fields to drop from each record in the data stream. | .baz |
Example
Before
JSON
{ "foo": "bar", "baz": 1}Remove Fields Options
| Option | Value |
|---|---|
| Fields | .baz |
After
JSON
{ "foo": "bar"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Feb 22, 2023
Was this page helpful?
Next to read:
Route ProcessorDiscard 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