Description
URL-decodes a given string expression.Syntax
URLDecode(string_expression)
Examples
URLDecode('a%20b%20c') returns ‘a b c’
Decode a URL-encoded (percent-encoded) string back to its original form. Use URLDECODE for processing web data in Integrate.io ETL data pipelines.
URLDecode(string_expression)
URLDecode('a%20b%20c') returns ‘a b c’
Was this page helpful?