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
FromYesDefines the field name before mapping.
ToYesDefines the field name after mapping.
PrecedenceYesDetermines the order in which this mapping is applied relative to others.
Function typeYesDefines the function type of the mapping. Must be "String function".
FunctionYesDefines the type of mapping. Must be "URL decode".

URL Decode Example 1

URL Decode Example 2