Fs2CsvParser
object Fs2CsvParser
Value members
Concrete methods
Turns a stream of strings into a stream of CSV records.
Turns a stream of strings into a stream of CSV records.
Raises a Error.LineTooLong if a line is longer than
maximumLineLength
.