Package

net.fosdal.oslo

ocsv

Permalink

package ocsv

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ocsv
  2. LazyLogging
  3. Ocsv
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class CSVParserOps extends AnyVal

    Permalink
  2. trait Ocsv extends AnyRef

    Permalink

Value Members

  1. implicit val csvParser: CSVParser

    Permalink
    Definition Classes
    Ocsv
  2. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  3. def parseContents(contents: String, skipLines: Int = 0, strictRecordLength: Boolean = true, removeEmptyRecords: Boolean = true)(implicit csvParser: CSVParser): Seq[Seq[String]]

    Permalink
  4. def parseFile(file: String, skipLines: Int = 0, strictRecordLength: Boolean = true, removeEmptyRecords: Boolean = true)(implicit csvParser: CSVParser): Seq[Seq[String]]

    Permalink
  5. def parseFiles(files: String*)(implicit csvParser: CSVParser): Seq[Seq[String]]

    Permalink
  6. def parseFilesInDir(directory: String, regex: String = "^[^.].+", recursive: Boolean = false)(implicit csvParser: CSVParser): Seq[Seq[String]]

    Permalink
  7. def parseLine(line: String)(implicit p: CSVParser): Seq[String]

    Permalink

Inherited from LazyLogging

Inherited from Ocsv

Inherited from AnyRef

Inherited from Any

Ungrouped