DataSetUploadSettings

data class DataSetUploadSettings(val containsHeader: Boolean? = null, val delimiter: String? = null, val format: DataSetFileFormat? = null, val startFromRow: Double? = null, val textQualifier: DataSetTextQualifier? = null)

Information about the format for a source file or files.

Constructors

Link copied to clipboard
constructor(containsHeader: Boolean? = null, delimiter: String? = null, format: DataSetFileFormat? = null, startFromRow: Double? = null, textQualifier: DataSetTextQualifier? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containsHeader: Boolean? = null

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

Link copied to clipboard
val delimiter: String? = null

The delimiter between values in the file.

Link copied to clipboard

File format.

Link copied to clipboard
val startFromRow: Double? = null

A row number to start reading data from.

Link copied to clipboard

Text qualifier.