DelimitedTextImportOptions
An object that contains the options relating to parsing delimited text as part of an import request.
Contents
- dataCharacterEncoding
-
The encoding of the data in the input file.
Type: String
Valid Values:
UTF-8 | US-ASCII | ISO-8859-1 | UTF-16BE | UTF-16LE | UTF-16
Required: No
- delimiter
-
The delimiter to use for separating columns in a single row of the input.
Type: String
Length Constraints: Fixed length of 1.
Pattern:
^[^\n\r\x00\x08\x0B\x0C\x0E\x1F]?$
Required: Yes
- hasHeaderRow
-
Indicates whether the input file has a header row at the top containing the column names.
Type: Boolean
Required: No
- ignoreEmptyRows
-
A parameter to indicate whether empty rows should be ignored or be included in the import.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: