DelimiterDetector class

Auto-detects field delimiter, BOM, and Excel sep= hint from input.

Constructors

DelimiterDetector()
Create a delimiter detector instance (stateless, reusable).
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkSepHint(String input) → (String, String?)
Check for Excel sep=X hint on first line. Returns (remaining string, detected delimiter or null).
detectDelimiter(String sample) String
Detect the most likely field delimiter from a sample string.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stripBom(String input) → (String, bool)
Strip UTF-8 BOM if present. Returns (stripped string, had BOM).
toString() String
A string representation of this object.
inherited

Operators

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