Transforms Overview
Transforms sit between source and sink. They are used for field mapping, filtering, SQL processing, table routing, and other mid-pipeline operations. New users do not need to read every transform first; come here after you already know what you want to read and where you want to write it.
Pick A Starting Point
| Goal | Start here |
|---|---|
| Understand how transforms connect datasets | Transform Common Options |
| Filter rows or trim fields | Filter and Field Mapper |
| Use SQL-style expressions | SQL and SQL Functions |
| Rename or reshape fields | Field Rename and Split |
| Work with multiple tables | Transform Multi Table and Table Merge |
Recommended Order For New Users
- Read the common options page first so
plugin_inputandplugin_outputare clear. - Choose the simplest transform that matches your goal before moving to SQL or multi-table orchestration.
- Add transforms one step at a time and keep the pipeline readable while you validate the job.