URL Decode
The URL decode function transforms a URL-encoded input into regular, readable characters.
This process ensures that the encoded URL becomes human-readable.
The mapping takes a URL suffix that is encoded as input and outputs the decoded URL suffix.
Attributes for URL Decode Mapping
| Attribute | Required | Description |
|---|---|---|
from | Y | Defines the field name before mapping. |
to | Y | Defines the field name after mapping. |
precedence | N | Defines the precedence used when mapping. |
Function type | Y | Defines the function type of the mapping. Must be "String function". |
Function | Y | Defines the type of mapping. Must be "URL decode". |

