Overview
The Zen Parse Expression command provides functionality for:- Evaluating
expressiontype Zen expressions that return transformed data - Evaluating
unarytype boolean conditions against the root context ($) - Storing results in the
datafield orchildrenarray
Command Type
Command Type ID: 1020Parameters
Usage Examples
Evaluate an Expression
Evaluate a Unary Condition
Output to Children Array
Evaluation Types
Output Key Options
Common Use Cases
- Conditional Filtering: Use unary mode to evaluate pass/fail conditions in the pipeline
- Data Reshaping: Use expression mode to produce a new object structure
- Lightweight Transforms: Apply simple Zen expressions without the full JDM graph overhead
Related Commands
- JSONata - Evaluate JSONata expressions against input data
- Transform By JDM - Transform data using full JDM rules
- Filter - Filter collections based on field values