ZioCsvParser

class Object
trait Matchable
class Any

Value members

Concrete methods

def parse(options: Options): ZTransducer[Any, Error, String, Chunk[String]]

Turns a stream of strings into a stream of CSV records.

Turns a stream of strings into a stream of CSV records.

def splitLines(options: Options): ZTransducer[Any, Error, String, String]

Split strings into CSV lines using both '\n' and '\r\n' as delimiters.

Split strings into CSV lines using both '\n' and '\r\n' as delimiters.

Delimiters within double-quotes are ignored.