Goal
Complete the mapping language with advanced features: nested iteration, conditionals, filtering, sorting, arithmetic, and the full function library.
Success Criteria
flatten and nest operations
where filtering for tabular data
sort with multi-key and asc/desc
each and when blocks (including nesting)
- Arithmetic expressions in
set
- String interpolation
"Hello {.name}"
- Collection functions:
keys, values, unique, group_by
Sub-Issues
Track individual issues labeled v0.3.0
Goal
Complete the mapping language with advanced features: nested iteration, conditionals, filtering, sorting, arithmetic, and the full function library.
Success Criteria
flattenandnestoperationswherefiltering for tabular datasortwith multi-key and asc/desceachandwhenblocks (including nesting)set"Hello {.name}"keys,values,unique,group_bySub-Issues
Track individual issues labeled
v0.3.0