CsvInput

class CsvInput

Contains information about the comma-separated value (CSV) file to select from.

Types

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

Properties

Link copied to clipboard

A single character used to indicate that a row should be ignored when the character is present at the start of that row.

Link copied to clipboard

A value used to separate individual fields from each other within a record.

Link copied to clipboard

Describes the first line of input. Valid values are None, Ignore, and Use.

Link copied to clipboard

A value used as an escape character where the field delimiter is part of the value.

Link copied to clipboard

A single character used for escaping the quotation-mark character inside an already escaped value.

Link copied to clipboard

A value used to separate individual records from each other.

Functions

Link copied to clipboard
inline fun copy(block: CsvInput.Builder.() -> Unit = {}): CsvInput
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