preserveAsciiControlCharacters property

bool? preserveAsciiControlCharacters
getter/setter pair

Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV.

Only applicable to CSV, ignored for other formats.

Optional.

Implementation

core.bool? preserveAsciiControlCharacters;