info.fingo.spata.CSVParser$
See theCSVParser companion class
object CSVParser
CSVParser companion object with types definitions and convenience methods to create parsers.
Attributes
Members list
Type members
Classlikes
CSVParser helper with asynchronous parsing method.
CSVParser helper with asynchronous parsing method.
Type parameters
- F
-
the effect type, with type class providing support for concurrency (typically cats.effect.IO) and logging (provided internally by spata)
Value parameters
- parser
-
the regular parser
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Creates a CSVParser with default configuration, as defined in RFC 4180.
Creates a CSVParser with default configuration, as defined in RFC 4180.
Type parameters
- F
-
the effect type, with a type class providing support for suspended execution (typically cats.effect.IO) and logging (provided internally by spata)
Attributes
- Returns
-
new parser
In this article