URLDecoder

Prev Next

Class name

com.ebd.hub.datawizard.parser.URLDecoder

Description

This preparser decodes URL-encoded data and passes it on.

No configuration necessary.

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.