Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Converts key/value expression pairs to type map.Syntax
TOMAP(key-expression,value-expression[,key-expression,value-expression...])
Arguments
key-expression - string_expression. value-expression - any data type.Examples
TOMAP('Alan','64','Carol','63') returns ([Alan#64,Carol#63]).