preserveAsciiControlCharacters property

bool? preserveAsciiControlCharacters
getter/setter pair

When sourceFormat is set to "CSV", this indicates whether the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') are preserved.

Optional.

Implementation

core.bool? preserveAsciiControlCharacters;