| Layer | Location | Purpose |
|---|---|---|
| Normalisation | Destination panel | Rename and cast columns before the SQL model |
| SQL Layer | Destination panel | SQL model that selects final output columns |
Normalisation
Use Normalisation for small structural changes such as renamingstatus to order_status or casting a string amount to numeric.
SQL Layer
Use SQL for business logic:- filtering rows
- deriving columns
- selecting the exact destination shape
- extracting JSON fields
- joining staged tables when available