CsvOptions

Processing options for the CSV file being imported.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The delimiter used for separating items in the CSV file being imported.

Link copied to clipboard

List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.

Functions

Link copied to clipboard
inline fun copy(block: CsvOptions.Builder.() -> Unit = {}): CsvOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String