kantan.csv.engine.ReaderEngine
See theReaderEngine companion object
trait ReaderEngine
Provides kantan.csv with CSV parsing functionality.
All methods that will need to create a new instance of CsvReader expect and rely on an implicit ReaderEngine parameter. This allows third party libraries to plug into kantan.csv and replace the default parser at the cost of a simple import.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article