Unquote Text

This data converter unquotes text that is enclosed in single or double quotes. Escaped quotes inside the text are unescaped.

Properties

The Unquote Text data converter can be configured using the following properties.

Description

Type in a description to be shown in the list of data converters. If there is no description, one will be generated.

Examples

If the input text is:

    "Bob"

then the output text becomes:

    Bob

If the input text is:

    "Robert \"Bob\" Jones"

then the output text becomes:

    Robert "Bob" Jones

If the input text is:

    'Bob'

then the output text becomes:

    Bob

If the input text is:

    Bob

then the output text becomes:

    Bob