DatasetFormatOptions

data class DatasetFormatOptions(val csv: DatasetCsvOptions? = null, val excel: DatasetExcelOptions? = null, val json: DatasetJsonOptions? = null)

Format options for dataset

Constructors

Link copied to clipboard
constructor(csv: DatasetCsvOptions? = null, excel: DatasetExcelOptions? = null, json: DatasetJsonOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val csv: DatasetCsvOptions? = null

Options that define how CSV input is to be interpreted by DataBrew.

Link copied to clipboard

Options that define how Excel input is to be interpreted by DataBrew.

Link copied to clipboard

Options that define how JSON input is to be interpreted by DataBrew.