Uses of Class
com.google.cloud.bigquery.CsvOptions.Builder
Packages that use CsvOptions.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of CsvOptions.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return CsvOptions.BuilderModifier and TypeMethodDescriptionstatic CsvOptions.BuilderCsvOptions.newBuilder()Returns a builder for a CsvOptions object.CsvOptions.Builder.setAllowJaggedRows(boolean allowJaggedRows) Set whether BigQuery should accept rows that are missing trailing optional columns.CsvOptions.Builder.setAllowQuotedNewLines(boolean allowQuotedNewLines) Sets whether BigQuery should allow quoted data sections that contain newline characters in a CSV file.CsvOptions.Builder.setEncoding(String encoding) Sets the character encoding of the data.CsvOptions.Builder.setEncoding(Charset encoding) Sets the character encoding of the data.CsvOptions.Builder.setFieldDelimiter(String fieldDelimiter) Sets the separator for fields in a CSV file.CsvOptions.Builder.setPreserveAsciiControlCharacters(boolean preserveAsciiControlCharacters) Sets whether BigQuery should allow ASCII control characters in a CSV file.Sets the value that is used to quote data sections in a CSV file.CsvOptions.Builder.setSkipLeadingRows(long skipLeadingRows) Sets the number of rows at the top of a CSV file that BigQuery will skip when reading the data.CsvOptions.toBuilder()Returns a builder for theCsvOptionsobject.