key in map(key a, name of map b)
Group |
Checks if the key in parameter a exists in the Named Map b. If that is the case, true is returned, otherwise false.
Description of Parameters
Parameter |
Description |
a |
Key value. |
b |
(optional) Name of the map. Default: default . |
Examples
Assume the map myMap with the values {key1=value, key2=value2}.
Parameter a |
Parameter b |
Result |
key1 |
myMap |
true |
key |
myMap |
false |
key1 |
myOtherMap |
false |
See Also
add to inheritance-map(key a, value b, name of map c, inheritance level d, regex for empty e)
csv-into-map(file a, [mapname b], [keycol(s) c], [csv delim d], [csv encoding e], [clear first f])
fill-map-from-fields( map a, prefix b, index c, hidden d, [processing e] )
get value from map(key a, name of map b, delimiter c, item d)
increase map value(key a, value b, map name c, skip empty d)
select into map(a,b,[param &1 = c], d,e, f,g,h,i,j], delimiter k, map l, m)