fm.flatfile

plain

package plain

Visibility
  1. Public
  2. All

Type Members

  1. trait FlatFileRowParser extends AnyRef

    For Parsing single records from a flat file

  2. final class LineReader extends LazySeq[StringBuilder]

  3. final case class LineWithNumber(line: StringBuilder, num: Long) extends Product with Serializable

  4. final case class NeedAnotherLineException(obj: AnyRef) extends StacklessException with Product with Serializable

    Used by the PlainFlatFileReader to signal that this is a multi-line row and that another line needs to be read

  5. final class PlainParsedRowReader extends LazySeq[Try[FlatFileParsedRow]]

    Reads FlatFileParsedRows from a LineReader

  6. final class StandardFlatFileRowParser extends FlatFileRowParser

Value Members

  1. object PlainFlatFileReader extends FlatFileReaderImpl[Reader]

  2. object StandardFlatFileRowParser extends Logging

Ungrouped