Decode

<< Click to Display Table of Contents >>

Navigation:  Reference > Transforms >

Decode

Description

Convert to/from base64 encoding, URL encoding, escaped HTML or escaped XML.

 

Examples

 

Type

Plaintext

Encoded

based64 encoding

<'Hello World!'>

PCdIZWxsbyBXb3JsZCEnPg==

URL encoding

<'Hello World!'>

%3C%27Hello%20World%21%27%3E

HTML escaping

<'Hello World!'>

&lt;'Hello World!'&gt;

XML escaping

<'Hello World!'>

&lt;&apos;Hello World!&apos;&gt;

 

Inputs

One.

 

Options

Check the column(s) you wish to transform.

Set Change according to how you want to decode/encode the selected columns.

 

Notes

This is disinct from text encoding (e.g. UTF-8 vs UTF-16) which is handled on input and output.

Use Copy Cols to copy columns before you transform them.

Data input from XML files and output to HTML and XML files is unescaped/escaped automatically.