| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
CsvOptions.Builder |
CsvOptions.Builder.allowJaggedRows(Boolean allowJaggedRows)
Set whether BigQuery should accept rows that are missing trailing optional columns.
|
CsvOptions.Builder |
CsvOptions.Builder.allowQuotedNewLines(Boolean allowQuotedNewLines)
Sets whether BigQuery should allow quoted data sections that contain newline characters in a
CSV file.
|
static CsvOptions.Builder |
CsvOptions.builder()
Returns a builder for a CsvOptions object.
|
CsvOptions.Builder |
CsvOptions.Builder.encoding(Charset encoding)
Sets the character encoding of the data.
|
CsvOptions.Builder |
CsvOptions.Builder.encoding(String encoding)
Sets the character encoding of the data.
|
CsvOptions.Builder |
CsvOptions.Builder.fieldDelimiter(String fieldDelimiter)
Sets the separator for fields in a CSV file.
|
CsvOptions.Builder |
CsvOptions.Builder.quote(String quote)
Sets the value that is used to quote data sections in a CSV file.
|
CsvOptions.Builder |
CsvOptions.Builder.skipLeadingRows(Integer skipLeadingRows)
Sets the number of rows at the top of a CSV file that BigQuery will skip when reading the
data.
|
CsvOptions.Builder |
CsvOptions.toBuilder()
Returns a builder for the
CsvOptions object. |
Copyright © 2016 Google. All rights reserved.