This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::DataSet UploadSettings
Information about the format for a source file or files.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContainsHeader" :Boolean, "Delimiter" :String, "Format" :String, "StartFromRow" :Number, "TextQualifier" :String}
YAML
ContainsHeader:BooleanDelimiter:StringFormat:StringStartFromRow:NumberTextQualifier: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: CSV | TSV | CLF | ELF | XLSX | JSONUpdate requires: No interruption 
- StartFromRow
- 
                    A row number to start reading data from. Required: No Type: Number Minimum: 1Update requires: No interruption 
- TextQualifier
- 
                    Text qualifier. Required: No Type: String Allowed values: DOUBLE_QUOTE | SINGLE_QUOTEUpdate requires: No interruption