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.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
There are no configuration options available for this mapper.Sample data
| Input | Output |
|---|---|
| Input data | http%3A%2F%2Fwww.alumio.com |
| Output data | http://www.alumio.com |