Package

kantan.csv

engine

Permalink

package engine

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. engine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. package commons

    Permalink

    Provides CSV reader and writer engines using commons-csv.

    Provides CSV reader and writer engines using commons-csv.

    Importing kantan.csv.engine.commons._ will replace default engines by the commons-backed ones. If you need to tweak how commons-csv behaves, however, you can handcraft engines though readerEngineFrom and writerEngineFrom - all you need is a function that knows how to turn a column separator character in an instance of CSVFormat.

  2. implicit def javaIterator(it: Iterator[Array[String]]): Iterator[Seq[String]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped