A pipeline turns a sequence of manual actions into a reusable recipe.
1. Choose a source
Open the Workspace and add the appropriate source: text input, CSV file or spreadsheet depending on available modules.
2. Add a first transformation
Start with a simple step, such as trimming whitespace or removing empty rows.
3. Run and review
Run the pipeline and compare the before/after preview. Check the execution trace for any failing step.
4. Add the output
Choose the desired output format once the pipeline is stable.
5. Save
Use a clear name. Avoid generic names such as “Test”; prefer “Clean weekly orders export”.
Time saver: a focused, well-named pipeline is easier to find, reuse and share later.