AWS::QuickSight::DataSet UploadSettings
Information about the format for a source file or files.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContainsHeader" :Boolean, "Delimiter" :String, "Format" :String, "StartFromRow" :Double, "TextQualifier" :String}
YAML
ContainsHeader:BooleanDelimiter:StringFormat:StringStartFromRow:DoubleTextQualifier:String
Properties
ContainsHeader-
Whether the file has a header row, or the files each have a header row.
Required: No
Type: Boolean
Update requires: No interruption
Delimiter-
The delimiter between values in the file.
Required: No
Type: String
Minimum:
1Maximum:
1Update requires: No interruption
Format-
File format.
Required: No
Type: String
Allowed values:
CLF | CSV | ELF | JSON | TSV | XLSXUpdate requires: No interruption
StartFromRow-
A row number to start reading data from.
Required: No
Type: Double
Minimum:
1Update requires: No interruption
TextQualifier-
Text qualifier.
Required: No
Type: String
Allowed values:
DOUBLE_QUOTE | SINGLE_QUOTEUpdate requires: No interruption