The Split transformation divides a single data stream into multiple output streams based on conditions you define. Each output can route to a different destination or transformation path.Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
- Evaluates each row against one or more conditions
- Routes rows to the matching output branch
- Rows that match no condition go to a default output
- A single row can only go to one output branch (first match wins)
Configuration
Use Cases
- Route error records to a separate destination for review
- Split data by region, category, or status for parallel processing
- Separate new records from updates based on a flag field