Class/Object

fm.flatfile

FlatFileReaderOptions

Related Docs: object FlatFileReaderOptions | package flatfile

Permalink

final case class FlatFileReaderOptions(skipLines: Int = 0, skipTrailingLines: Int = 0, skipEmptyLines: Boolean = true, hasHeaders: Boolean = true, headers: Option[IndexedSeq[String]] = None, enforceColumnCount: Boolean = false, allowLessColumns: Boolean = false, columnCount: Int = 1, addMissingValues: Boolean = true, trimValues: Boolean = true, dumpRowDetailsOnException: Boolean = true, headerDetection: HeaderDetection = ..., headerTransform: (IndexedSeq[String]) ⇒ IndexedSeq[String] = headers => headers, sep: String = null, quote: QuoteOption = ..., characterEncoding: String = null, comment: String = null, plainLineReaderTransform: (LazySeq[LineWithNumber]) ⇒ LazySeq[LineWithNumber] = reader => reader, sheetName: String = null) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatFileReaderOptions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlatFileReaderOptions(skipLines: Int = 0, skipTrailingLines: Int = 0, skipEmptyLines: Boolean = true, hasHeaders: Boolean = true, headers: Option[IndexedSeq[String]] = None, enforceColumnCount: Boolean = false, allowLessColumns: Boolean = false, columnCount: Int = 1, addMissingValues: Boolean = true, trimValues: Boolean = true, dumpRowDetailsOnException: Boolean = true, headerDetection: HeaderDetection = ..., headerTransform: (IndexedSeq[String]) ⇒ IndexedSeq[String] = headers => headers, sep: String = null, quote: QuoteOption = ..., characterEncoding: String = null, comment: String = null, plainLineReaderTransform: (LazySeq[LineWithNumber]) ⇒ LazySeq[LineWithNumber] = reader => reader, sheetName: String = null)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val addMissingValues: Boolean

    Permalink
  5. val allowLessColumns: Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val characterEncoding: String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val columnCount: Int

    Permalink
  10. val comment: String

    Permalink
  11. val dumpRowDetailsOnException: Boolean

    Permalink
  12. val enforceColumnCount: Boolean

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hasHeaders: Boolean

    Permalink
  17. val headerDetection: HeaderDetection

    Permalink
  18. val headerTransform: (IndexedSeq[String]) ⇒ IndexedSeq[String]

    Permalink
  19. val headers: Option[IndexedSeq[String]]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val plainLineReaderTransform: (LazySeq[LineWithNumber]) ⇒ LazySeq[LineWithNumber]

    Permalink
  25. val quote: QuoteOption

    Permalink
  26. val sep: String

    Permalink
  27. val sheetName: String

    Permalink
  28. val skipEmptyLines: Boolean

    Permalink
  29. val skipLines: Int

    Permalink
  30. val skipTrailingLines: Int

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. val trimValues: Boolean

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped