Set whether BigQuery should accept rows that are missing trailing optional columns. If
true, BigQuery treats missing trailing columns as null values. If false, records
with missing trailing columns are treated as bad records, and if there are too many bad
records, an invalid error is returned in the job result. By default, rows with missing
trailing columns are considered bad records.
Sets the character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The
default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split
using the values set in #setQuote(String) and #setFieldDelimiter(String).
Sets the character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The
default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split
using the values set in #setQuote(String) and #setFieldDelimiter(String).
Sets 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 " " to specify a tab separator. The
default value is a comma (',').
Sets the value that is used to quote data sections 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. The default value is a double-quote ('"'). If your data
does not contain quoted sections, set the property value to an empty string. If your data
contains quoted newline characters, you must also set #setAllowQuotedNewLines(boolean) property to true.
Sets the number of rows at the top of a CSV file that BigQuery will skip when reading the
data. The default value is 0. This property is useful if you have header rows in the file
that should be skipped.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]