URLDecoder
| Configuration file | None. | 
| Class name | com.ebd.hub.datawizard.parser.URLDecoder | 
Description
This preparser decodes URL-encoded data and passes it on.
Example
| Input data | Result | 
| Text+with+umlauts+%E4%F6%FC%DF | Text with umlauts äöüß | 
Note: The preparser always decodes to "8859_1". The input encoding in the profile has to be set accordingly.