CsvParser class
Parser of CSV-like file formats
Properties
Methods
-
convert(
String buffer, {bool multiline = true}) → List< List< String> > -
convertLabeled(
String csv) → Table -
convertLines(
Iterable< String> lines, {bool? multiline}) → List<List< String> > -
Parses given CSV
lines
-
convertRow(
String csv) → List< String> ? -
Parses single CSV row
csv
-
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