01 / FILTER
Open recipe ->
02 / COMBINE
Open recipe ->
03 / REPORT
Open recipe ->
04 / OPERATE
Open recipe ->
Keep the rows that matter.
Filter by status, parse a numeric field, normalize a column, and write a smaller export.
Join or stack files.
Enrich one CSV from another, concatenate monthly exports, or align columns by name.
Summarize without SQL.
Group by one or more fields, count rows, sum amounts, and sort the resulting report.
Make exports safer.
Handle BOMs and delimiters, bound untrusted reads, and sanitize values headed for spreadsheets.
Which recipe should I start with?
If your tool has one input and one output, start with filter and transform. If the value comes from multiple files, use combine files before shaping the result. If the output is a report rather than a detail export, go straight to summarize.