URLDecoder

Group

Preparsers

Class Name

com.ebd.hub.datawizard.parser.URLDecoder

Function

This preparser decodes URL encoded data and passes it on.

Configuration File

Not necessary.

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 encoding in phase 2 has to be set accordingly.