To escape classification data in the classification file:
Ensure that the classification file format is v2.1.
If v2.1 is enabled, you will see a line similar to:
To specify a format of v2.1, enable Quoted Output when exporting the file on the Classification Importer page ( Browser Export or FTP Export).
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"""