CsvOutput

class CsvOutput

Contains information about the comma-separated value (CSV) file that the job results are stored in.

Types

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

Properties

Link copied to clipboard

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

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 that indicates whether all output fields should be contained within quotation marks.

Link copied to clipboard

A value used to separate individual records from each other.

Functions

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