ImportContextCsvImportOptions class

Options for importing data as CSV.

Constructors

ImportContextCsvImportOptions({List<String>? columns, String? escapeCharacter, String? fieldsTerminatedBy, String? linesTerminatedBy, String? quoteCharacter, String? table})
ImportContextCsvImportOptions.fromJson(Map json_)

Properties

columns List<String>?
The columns to which CSV data is imported.
getter/setter pair
escapeCharacter String?
Specifies the character that should appear before a data character that needs to be escaped.
getter/setter pair
fieldsTerminatedBy String?
Specifies the character that separates columns within each row (line) of the file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linesTerminatedBy String?
This is used to separate lines.
getter/setter pair
quoteCharacter String?
Specifies the quoting character to be used when a data value is quoted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String?
The table to which CSV data is imported.
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