google.cloud.bigquery.job.Encoding#
Methods
Attributes
Specifies ISO-8859-1 encoding. |
|
Specifies UTF-8 encoding. |
-
class
google.cloud.bigquery.job.
Encoding
[source]# Bases:
object
The character encoding of the data. The default is
UTF_8
.BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties.
-
ISO_8859_1
= 'ISO-8859-1'# Specifies ISO-8859-1 encoding.
-
UTF_8
= 'UTF-8'# Specifies UTF-8 encoding.
-