CsvFormatDescriptor
Contains information about how a source CSV data file should be analyzed.
Contents
- Charset
-
The character set in which the source CSV file is written.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Required: No
- ContainsHeader
-
Whether or not the source CSV file contains a header.
Type: Boolean
Required: No
- Delimiter
-
The character used to delimit the source CSV file.
Type: String
Length Constraints: Maximum length of 1.
Pattern:
[^\r\n]
Required: No
- FileCompression
-
The level of compression of the source CSV file.
Type: String
Valid Values:
NONE | GZIP
Required: No
- HeaderList
-
A list of the source CSV file's headers, if any.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_:]*
Required: No
- QuoteSymbol
-
The character used as a quote character.
Type: String
Length Constraints: Maximum length of 1.
Pattern:
[^\r\n]|^$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: