MAP() with Iteration & Expressions
Valter Inc
Enhance MAP() with iteration & expressions for array transformations, like Google Sheets.
This adds capabilities like:
- Transforming array items with custom logic and expressions without using multiple iterators and aggregators
- Processing multiple arrays in parallel
- Converting complex data with intuitive syntax INLINE
Implementation can follow Google Sheets:
MAP(array1, name1, expression) to transform each item
This upgrades the current filter-like MAP() into a true array transformation function, matching standard programming patterns.
Log In