DatasetCsvOptions

data class DatasetCsvOptions(val delimiter: String? = null, val headerRow: Boolean? = null)

Csv options

Constructors

Link copied to clipboard
fun DatasetCsvOptions(delimiter: String? = null, headerRow: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null
Link copied to clipboard
val headerRow: Boolean? = null