CSVParser

io.github.quafadas.scautable.CSV.CSVParser
object CSVParser

According to chatGPT will parse RFC 4180 compliant CSV.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CSVParser.type

Members list

Value members

Concrete methods

def parseLine(line: String, delimiter: Char, quote: Char): List[String]