CsvFormatDescriptor

Contains information about how a source CSV data file should be analyzed.

Types

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

Properties

Link copied to clipboard

The character set in which the source CSV file is written.

Link copied to clipboard

Whether or not the source CSV file contains a header.

Link copied to clipboard

The character used to delimit the source CSV file.

Link copied to clipboard

The level of compression of the source CSV file.

Link copied to clipboard

A list of the source CSV file's headers, if any.

Link copied to clipboard

The character used as a quote character.

Functions

Link copied to clipboard
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