📄️ Filter Rows
Filter Rows sends each row down one of two paths, depending on whether a condition holds.
📄️ Memory Group By
Memory Group By aggregates rows into one row per group - counts, sums, averages and so on.
📄️ Select Values
Select Values does three separate jobs that happen to share one dialog: it picks and renames fields, it removes them, and it changes their types.
📄️ Text File Input
Text File Input reads delimited files - CSV and anything shaped like it - and turns each line into a row with typed fields.
📄️ Text File Output
Text File Output is the other end of a pipeline: it takes the rows you have built and writes them to a delimited file.