Supported Types
- SQL expressions — For database sources, you may be able to use SQL expressions in transformations.
- Script-based — Some pipelines support JavaScript, Python, or other scripting for row-level transforms.
- Connector-specific — Check the connector documentation for supported custom rules.
Use Cases
- Complex conditionals (e.g. map multiple source values to one destination value).
- Custom date formatting.
- Lookup or join logic (e.g. enrich with reference data).
- Aggregations or grouping.