FirstOccurrenceSettingsDetector class
This is a very simple detector, which simple returns the value which has the lowest start position inside the csv.
- Inheritance
-
- Object
- CsvSettingsDetector
- FirstOccurrenceSettingsDetector
Constructors
Properties
-
eols
→ List<
String> ? -
final
-
fieldDelimiters
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textDelimiters
→ List<
String> ? -
final
-
textEndDelimiters
→ List<
String> ? -
final
Methods
-
detectFromCsvChunks(
List< String?> csvChunks, bool? noMoreChunks) → CsvSettings -
inherited
-
detectFromString(
String csv) → CsvSettings -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited