etl_generate_transforms
Define source and target fields to generate data transformation functions with validation, mapping, and enrichment. Specify custom transformations to convert and prepare data.
Instructions
Generate data transformation functions with validation, mapping, and enrichment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| source_fields | Yes | Source field names and types (e.g. 'first_name:string', 'created_at:timestamp') | |
| target_fields | Yes | Target field names and types | |
| transformations | No | Specific transformations (e.g. 'concat first_name+last_name', 'parse date') |