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 | Yes | Defines the field name before mapping. |
| To | Yes | Defines the field name after mapping. |
| Precedence | Yes | Determines the order in which this mapping is applied relative to others. |
| Function type | Yes | Defines the function type of the mapping. Must be "String function". |
| Function | Yes | Defines the type of mapping. Must be "URL decode". |

