Table External Data Configuration Csv Options Args
Properties
Indicates if BigQuery should accept rows that are missing trailing optional columns.
Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false.
The separator for fields in a CSV file.
The value that is used to quote data sections in a CSV file. 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 the allow_quoted_newlines
property to true. The API-side default is "
, specified in the provider escaped as \"
. Due to limitations with default values, this value is required to be explicitly set.
The number of rows at the top of a CSV file that BigQuery will skip when reading the data.