Escape classification data

Last update: 2023-02-02
  • Created for:
  • User
    Admin

To escape classification data in the classification file:

  1. Ensure that the classification file format is v2.1.

    If v2.1 is enabled, you will see a line similar to:

    NOTE

    To specify a format of v2.1, enable Quoted Output when exporting the file on the Classification Importer page ( Browser Export or FTP Export).

  2. Surround the field containing special characters in double quotes (").

A double quote character can appear in an escaped cell by replacing it with two double quote characters (" "). For example:

My String "of data"

Escaped would be:

"My String ""of data"""

On this page