preserveAsciiControlCharacters

@JvmName(name = "qacjcdceuubkxjej")
suspend fun preserveAsciiControlCharacters(value: Output<Boolean>)
@JvmName(name = "dfoyqvhubukvtnlx")
suspend fun preserveAsciiControlCharacters(value: Boolean?)

Parameters

value

Optional 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.