Filter YAML Records and Validate
Filter YAML array records, then validate the filtered output.
Use case
Use this to ensure filter conditions work correctly before downstream processing.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Filter YAML array records, then validate the filtered output.
YAML Filter
YAML → YAML
Filter YAML records
YAML array with only records matching the filter condition.
YAML Validator
YAML → TEXT
Validate YAML
YAML syntax status with parsed type and key summary.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · YAML Filter
YAML Filter
Filter a YAML array of records by field conditions. Supports operators: equals, not-equals, contains, gte, lte.
Filter input (JSON envelope)
Provide { "yaml": "...", "field": "name", "operator": "equals|not-equals|contains|gte|lte", "value": "..." }.
Filtered YAML
YAML array with only records matching the filter condition.
Run this step to process the current input and prepare the next workflow stage.
YAML Validator
Validate YAML syntax and report the parsed type and top-level keys on success.
YAML input
Paste YAML to validate. The original YAML is passed to the next step on success.
Validation result
YAML syntax status with parsed type and key summary.
Run this step to process the current input and prepare the next workflow stage.