Using custom delimiters
The
Delimiter
attribute is used to
specify a custom delimiter instead of the default horizontal tabulator (ASCII 9).The custom delimiter must be just one character wide. In the UTF-8
representation, it must not be encoded in more than 1 byte. The null character (ASCII 0), new
line character (ASCII 10), and carriage return (ASCII 13) are not allowed. You must ensure
that the character used as a delimiter does not appear anywhere else on the imported lines,
such as in the element names, hierarchy names, cell values, cell notes, in the %#DELETED#%
token, and so on. Especially a space character (ASCII
32) must be used carefully because it often appears in element names, string values, and cell
notes. You cannot escape the custom delimiter with a ^.