> Value map object
Value mappings
Property | Description | |
---|---|---|
type | integer | Mapping match type. For type equal 0,1,2,3,4 field cannot be empty, for type 5 field should be empty. Possible values: 0 - (default) exact match ; 1 - mapping will be applied if value is greater or equal1; 2 - mapping will be applied if value is less or equal1; 3 - mapping will be applied if value is in range (ranges are inclusive), allow to define multiple ranges separated by comma character1; 4 - mapping will be applied if value match regular expression2; 5 - default value, mapping will be applied if no other match were found. |
value (required) | string | Original value. Is not required for mapping of type “default”. |
newvalue (required) | string | Value to which the original value is mapped to. |