Examples (ETL/ELT)

Each ETL/ELT pipeline consists of at least one ETL/ELT task.

Each task has a source and a destination.

One row of source data is read in at a time, no matter what the data source is. From this, one row of destination data is generated until the source data has been processed.

Example 1 (ETL/ELT source fields)

Example 2 (Custom ETL/ELT fields)

Example 3 (ETL/ELT variables)

Example 4 (Child task)

Example 5 (Sibling task, clipboard)

Example 6 (Practical example currency conversion)

Example 7 (Practical example duplicate handling)

Example 8 (Practical example: Direct bulk insert file→ database)