CsvOptions class

Information related to a CSV data source.

Constructors

CsvOptions({bool? allowJaggedRows, bool? allowQuotedNewlines, String? encoding, String? fieldDelimiter, String? nullMarker, bool? preserveAsciiControlCharacters, String? quote, String? skipLeadingRows})
CsvOptions.fromJson(Map json_)

Properties

allowJaggedRows bool?
Indicates if BigQuery should accept rows that are missing trailing optional columns.
getter/setter pair
allowQuotedNewlines bool?
Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file.
getter/setter pair
encoding String?
The character encoding of the data.
getter/setter pair
fieldDelimiter String?
The separator character for fields in a CSV file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nullMarker String?
A custom string that will represent a NULL value in CSV import data.
getter/setter pair
preserveAsciiControlCharacters bool?
Indicates if the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') are preserved.
getter/setter pair
quote String?
The value that is used to quote data sections in a CSV file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipLeadingRows String?
The number of rows at the top of a CSV file that BigQuery will skip when reading the data.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited