class Aws::S3::Types::CSVInput


@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CSVInput AWS API Documentation
@return [Boolean]
this value to TRUE may lower performance.
and such records should be allowed. Default value is FALSE. Setting
Specifies that CSV field values may contain quoted record delimiters
@!attribute [rw] allow_quoted_record_delimiter
@return [String]
Ancestors: ‘CSV`
Default: `“`
Type: String
wraps this field value in quotation marks, as follows: `” a , b “`.
part of the value. For example, if the value is `a, b`, Amazon S3
A single character used for escaping when the field delimiter is
@!attribute [rw] quote_character
@return [String]
You can specify an arbitrary delimiter.
A single character used to separate individual fields in a record.
@!attribute [rw] field_delimiter
@return [String]
delimiter.
Instead of the default value, you can specify an arbitrary
A single character used to separate individual records in the input.
@!attribute [rw] record_delimiter
@return [String]
”“”` is parsed as `“ a , b ”`.
inside an already escaped value. For example, the value `“”“ a , b
A single character used for escaping the quotation mark character
@!attribute [rw] quote_escape_character
@return [String]
Default: `#`
character is `#`.
specify any character to indicate a comment line. The default
when the character is present at the start of that row. You can
A single character used to indicate that a row should be ignored
@!attribute [rw] comments
@return [String]
identify a column in an expression (`SELECT ”name“ FROM OBJECT`).
* `Use`: First line is a header, and you can use the header value to
s._1 FROM OBJECT s`).
position (such as _1, _2, …) to indicate the column (`SELECT
values to indicate the column in an expression. You can use column
* `IGNORE`: First line is a header, but you can’t use the header
* ‘NONE`: First line is not a header.
Describes the first line of input. Valid values are:
@!attribute [rw] file_header_info
input object is formatted.
Describes how an uncompressed comma-separated values (CSV)-formatted