CSVReader

object CSVReader

Just a simple wrapper for OpenCSV's csvreader.

class Object
trait Matchable
class Any

Value members

Concrete methods

def iterator(input: Reader, separator: Char, quote: Char, escape: Char, skipLines: Int): Iterator[IndexedSeq[String]]
def parse(input: String, separator: Char, quote: Char, escape: Char, skipLines: Int): IndexedSeq[IndexedSeq[String]]
def read(input: Reader, separator: Char, quote: Char, escape: Char, skipLines: Int): IndexedSeq[IndexedSeq[String]]