class Aws::S3::Types::CSVOutput
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CSVOutput AWS API Documentation
@return [String]
value.
The value used for escaping where the field delimiter is part of the
@!attribute [rw] quote_character
@return [String]
The value used to separate individual fields in a record.
@!attribute [rw] field_delimiter
@return [String]
The value used to separate individual records.
@!attribute [rw] record_delimiter
@return [String]
already escaped value.
Th single character used for escaping the quote character inside an
@!attribute [rw] quote_escape_character
@return [String]
Indicates whether or not all output fields should be quoted.
@!attribute [rw] quote_fields
}
quote_character: “QuoteCharacter”,
field_delimiter: “FieldDelimiter”,
record_delimiter: “RecordDelimiter”,
quote_escape_character: “QuoteEscapeCharacter”,
quote_fields: “ALWAYS”, # accepts ALWAYS, ASNEEDED
{
data as a hash:
@note When making an API call, you may pass CSVOutput
Describes how CSV-formatted results are formatted.