YAML Filter

Filter a YAML array of records by field conditions. Supports operators: equals, not-equals, contains, gte, lte.

In: yamlOut: yamlTask: transform

YAML Filter

Filter a YAML array of records by field conditions. Support operators: equals, not-equals, contains, gte, lte.

Shareable input links
You can prefill this tool by adding ?input=... to the URL. Tip: URL-encode JSON/text values before sharing.

JSON Envelope (YAML + Filter Criteria)

Provide JSON with 'yaml' (YAML text), 'field' (field to filter on), 'operator' (equals|not-equals|contains|gte|lte), and 'value' (comparison value).

Filtered YAML

YAML array with only records matching the filter condition.

Workspace actions

Use this to subset YAML data by conditions. Similar to SQL WHERE clause. Numeric operators (gte, lte) handle string-to-number conversion.

Split editor

Example input and output

Example YAML
{
  "yaml": "- id: 1\n  name: Ada\n  status: active\n- id: 2\n  name: Linus\n  status: inactive",
  "field": "status",
  "operator": "equals",
  "value": "active"
}
Example YAML
- id: 1\n  name: Ada\n  status: active

Related tools

JSON to YAML Converter

json-tools

Convert JSON objects and arrays into clean, human-readable YAML.

In: jsonOut: yaml

YAML to JSON Converter

yaml-tools

Parse YAML and convert it to formatted JSON.

In: yamlOut: json

YAML Validator

yaml-tools

Validate YAML syntax and report the parsed type and top-level keys on success.

In: yamlOut: text

YAML Formatter

yaml-tools

Normalize YAML by parsing and re-emitting with consistent 2-space indentation and block style.

In: yamlOut: yaml

XML to YAML Converter

xml-tools

Convert XML structures into readable YAML output.

In: xmlOut: yaml

YAML to XML Converter

yaml-tools

Convert YAML content into XML format.

In: yamlOut: xml

CSV to YAML Converter

csv-tools

Convert CSV rows into YAML arrays of objects.

In: csvOut: yaml

YAML to CSV Converter

yaml-tools

Convert YAML arrays of records into CSV rows.

In: yamlOut: csv

YAML Sort Keys

yaml-tools

Sort YAML mapping keys alphabetically, recursively.

In: yamlOut: yaml

YAML Minifier

yaml-tools

Compress YAML into a compact representation.

In: yamlOut: yaml

YAML Diff Tool

yaml-tools

Compare two YAML documents and report differences.

In: yamlOut: text

YAML Merge Tool

yaml-tools

Merge multiple YAML files into one document.

In: yamlOut: yaml

YAML Flatten

yaml-tools

Flatten nested YAML structures into path-based keys.

In: yamlOut: yaml

YAML Unflatten

yaml-tools

Rebuild nested YAML from flattened path keys.

In: yamlOut: yaml

YAML Linter

yaml-tools

Lint YAML style and structure with stricter quality rules.

In: yamlOut: text

YAML Path Evaluator

yaml-tools

Evaluate path expressions against YAML input.

In: yaml, pathOut: yaml, text

YAML Query Tool

yaml-tools

Run query expressions to extract or transform YAML data.

In: yaml, queryOut: yaml, text

YAML Key Renamer

yaml-tools

Rename keys in YAML mappings.

In: yamlOut: yaml

YAML Value Replacer

yaml-tools

Find and replace values in YAML content.

In: yamlOut: yaml

YAML Splitter

yaml-tools

Split a YAML top-level array into chunked sub-arrays.

In: yamlOut: yaml

YAML Schema Validator

yaml-tools

Validate YAML content against a JSON Schema.

In: yaml, json-schemaOut: text

YAML Tree Viewer

yaml-tools

Render YAML as an interactive collapsible tree for easier config exploration.

In: yamlOut: rendered-tree

YAML Analyzer

yaml-tools

Analyze YAML structure for key depth, type distribution, array sizing, and anchor/alias usage.

In: yamlOut: json

Universal Converter

json-tools

Auto-detect sources and convert across supported JSON, XML, YAML, CSV, and Excel pairs, including structured JSON input and Excel base64 envelopes.

In: textOut: json, xml, yaml, csv, xlsx

Data Generator

json-tools

Generate deterministic mock records for JSON/CSV/XML/YAML testing.

In: jsonOut: json, csv, xml, yaml

YAML Schema Generator

yaml-tools

Infer a schema from YAML input and emit the inferred schema as YAML.

In: yamlOut: yaml

Scroll horizontally to view all related tools.

Reverse tools

No reverse tool detected for this format pair

Next steps

No mapped next steps yet

Included in workflows

Filter YAML Records

Filter YAML array records by field conditions.

Beginner~2 min
Open workflow

Filter YAML Records Then Convert to JSON

Filter YAML array records, then convert result to JSON.

Intermediate~3 min
Open workflow

Filter YAML Records and Validate

Filter YAML array records, then validate the filtered output.

Intermediate~3 min
Open workflow