Skip to main content
The Zen Parse Expression command (Command Type: 1020) evaluates Zen expressions or unary conditions against the current input data context.

Overview

The Zen Parse Expression command provides functionality for:
  • Evaluating expression type Zen expressions that return transformed data
  • Evaluating unary type boolean conditions against the root context ($)
  • Storing results in the data field or children array

Command Type

Command Type ID: 1020

Parameters

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
  • JSONata - Evaluate JSONata expressions against input data
  • Transform By JDM - Transform data using full JDM rules
  • Filter - Filter collections based on field values