Skip to main content
In a url certain characters are not allowed and can cause problems therefore they are generally encoded and escaped. If the context data contains such an url this mapper can be used to deserialize / decode it and convert it back to a normal readable url. This mapper is the opposite of the Serialize: URL encoded mapper.

Fields

There are no configuration options available for this mapper.

Sample data

InputOutput
Input datahttp%3A%2F%2Fwww.alumio.com
Output datahttp://www.alumio.com