CsvConfiguration

A delimited data format where the column separator can be a comma and the record separator is a newline character.

Types

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

Properties

Link copied to clipboard

Column separator can be one of comma (','), pipe ('|), semicolon (';'), tab('/t'), or blank space (' ').

Link copied to clipboard

Escape character can be one of

Link copied to clipboard

Can be blank space (' ').

Link copied to clipboard

Can be single quote (') or double quote (").

Link copied to clipboard

Specifies to trim leading and trailing white space.

Functions

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