fieldDelimiter

@JvmName(name = "hadfkigbheoctdmy")
suspend fun fieldDelimiter(value: Output<String>)
@JvmName(name = "uxhkqlvuxhqhvypi")
suspend fun fieldDelimiter(value: String?)

Parameters

value

Optional The separator for fields in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence "\t" to specify a tab separator. The default value is a comma (',').