CustomHeaderDetection

fm.flatfile.FlatFileReaderOptions$.CustomHeaderDetection
final case class CustomHeaderDetection(isHeaderRow: IndexedSeq[String] => Boolean) extends HeaderDetection

Use a custom function to detect headers

The first row that the isHeaderRow function returns true for will be used as the headers

NOTE: The raw (un-normalized) values are passed into the isHeaderRow function

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product