Tools
Fixing
Plain sentences, one button, and nothing changed until you say so.
Across the two shapes
A verb is implemented once per shape, not once per format. That is why a CSV gets the same tools as a webhook payload: both collapse to one of two shapes before any verb runs.
How the shapes differ for repair: Records groups fixes by cause.
- document · JSON, YAML, XML
- records · NDJSON, CSV, TSV, Markdown table, Log
What runs where
Whole-document formats run a pipeline of steps; record formats fix rows grouped by cause. The counts below are the steps registered right now.
- JSON · 20 steps
- YAML · 5 steps
- XML · 5 steps
- NDJSON · per record, grouped by cause
- CSV · 5 steps
- TSV · 5 steps
- Markdown table · per record, grouped by cause
- Log · per record, grouped by cause