TsvHelper class
Utility for parsing Open Food Facts TSV database export lines. Designed for streaming 4M+ line datasets
Constructors
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
-
extractTSVLine(
String tsvLine) → Product - Extracts a single Product from a TSV line. Throws an exception if the line format is invalid. Optimized for high-throughput streaming scenarios.
-
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