Package

io.eels.component

csv

Permalink

package csv

Visibility
  1. Public
  2. All

Type Members

  1. trait CsvFormat extends AnyRef

    Permalink
  2. case class CsvSink(path: Path, props: CsvSinkProps = CsvSinkProps()) extends Sink with Product with Serializable

    Permalink
  3. case class CsvSinkProps(delimiter: Char = ',', quoteChar: Char = '"', escapeChar: Char = '"', lineTerminator: String = "\r\n") extends Product with Serializable

    Permalink
  4. case class CsvSource(path: Path, overrideSchema: Option[Schema] = None, format: CsvFormat = DefaultCsvFormat, inferrer: SchemaInferrer = StringInferrer, hasHeader: Boolean = true) extends Source with Using with Product with Serializable

    Permalink
  5. case class CsvSourceBuilder(path: String, params: Map[String, List[String]]) extends Builder[CsvSource] with Product with Serializable

    Permalink
  6. trait DefaultCsvFormat extends CsvFormat

    Permalink
  7. trait SchemaInferrer extends AnyRef

    Permalink
  8. case class SchemaRule(pattern: String, schemaType: SchemaType, nullable: Boolean = true) extends Product with Serializable

    Permalink

Ungrouped