Map Function
This node applies a custom function to each element of a dataset, transforming it.
Function
Section titled “Function”Iterates over a dataset and applies a defined function.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| functionBody | Code | JavaScript code applied to each element |
Common Usage
Section titled “Common Usage”- Transform specific fields
- Generate new values
- Normalize data before saving
Multi-language
Section titled “Multi-language”help.es: Permite mapear un dataset aplicando funciones a los elementoshelp.en: Allows you to map a dataset applying functions to the elements