| | The GET var name for which this processing is done.
Required
The value of the GETvar will pass through a transformation defined by the other configuration options here. Basically this is the flow:
- First, check if "condPrevValue" allows processing and if not, return accordingly.
- The value is translated through the "valueMap" if entries matches
- If no entries in "valueMap" matched, "noMatch" is consulted for an action on this situation.
- If noMatch did not trigger, we look for a lookup table and if defined we make a look up translation ("lookUpTable").
- If no lookup table was defined to translate the value, we look for the "valueDefault" and if set, apply that value.
- If none of these actions captured the value we just pass it through in its raw form.
|