Skip to main content

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

AttributeRequiredDescription
fromYDefines the field name before mapping.
toYDefines the field name after mapping.
precedenceNDefines the precedence used when mapping.
Function typeYDefines the function type of the mapping. Must be "String function".
FunctionYDefines the type of mapping. Must be "URL decode".

URL Decode Example 1

URL Decode Example 2