UploadSettings

Information about the format for a source file or files.

Types

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

Properties

Link copied to clipboard

Whether the file has a header row, or the files each have a header row.

Link copied to clipboard

A custom cell address range for Excel files, specifying which cells to import from the spreadsheet.

Link copied to clipboard

The delimiter between values in the file.

Link copied to clipboard

File format.

Link copied to clipboard

A row number to start reading data from.

Link copied to clipboard

Text qualifier.

Functions

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