DelimitedTextImportOptions

An object that contains the options relating to parsing delimited text as part of an import request.

Types

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

Properties

Link copied to clipboard

The encoding of the data in the input file.

Link copied to clipboard

The delimiter to use for separating columns in a single row of the input.

Link copied to clipboard

Indicates whether the input file has a header row at the top containing the column names.

Link copied to clipboard

A parameter to indicate whether empty rows should be ignored or be included in the import.

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