Package

com.salesforce.op.utils.io

csv

Permalink

package csv

Visibility
  1. Public
  2. All

Type Members

  1. class CSVInOut extends AnyRef

    Permalink

    CSV wrapper around spark.read.csv

  2. case class CSVOptions(separator: String = ",", quoteChar: String = "\"", escapeChar: String = "\\", allowEscape: Boolean = false, header: Boolean = false, format: String = "csv") extends Product with Serializable

    Permalink

    CSV options

    CSV options

    separator

    column separator

    quoteChar

    quote character

    escapeChar

    the escape character to use

    allowEscape

    allow the specification of a particular escape character

    header

    first line is a header

    format

    specifies the input data source format. For more info see org.apache.spark.sql.DataFrameReader

Value Members

  1. object CSVToAvro

    Permalink

Ungrouped