Welcome to Catalog Tips

Search more than 200 articles to learn more about creating and automating your product catalogs

Tip: Start typing in the input box for immediate search results.

< All Topics
Print

BASE64ENCODE – Encode text as Base 64

Overview

This Custom Field encodes the specified text as Base 64.

Base64 is an encoding and decoding technique used to convert binary data to an American Standard for Information Interchange (ASCII) text format, and vice versa. It is used to transfer data over a medium that only supports ASCII formats, such as email messages on Multipurpose Internet Mail Extension (MIME) and Extensible Markup Language (XML) data.

Syntax

BASE64ENCODE(FIELDSTR(Description))

BASE64ENCODE(Catalog Automation)

BASE64DECODE(Q2F0YWxvZyBBdXRvbWF0aW9u)

 

Element Description
FIELDSTR(Description) Content to encode

Example

BASE64ENCODE(Catalog Automation) returns Q2F0YWxvZyBBdXRvbWF0aW9u.

See also

BASE64DECODE

 

Table of Contents