IS3CSVOutput
Interface in AWS.S3
Interface for CSVOutput nodes.
Ancestors
Properties
FieldDelimiter
property FieldDelimiter: string
A single character used to separate individual fields in a record.
QuoteCharacter
property QuoteCharacter: string
A single character used to escape field values when they contain the FieldDelimiter character.
QuoteEscapeCharacter
property QuoteEscapeCharacter: string
A single character used for escaping the QuoteCharacter when it is present in the field value.
QuoteFields
property QuoteFields: string
Specifies whether to use QuoteCharacter around output fields.
Valid values: - <C>ALWAYS): Always quote the output fields. - <C>ASNEEDED): Only quote the output fields when needed.
RecordDelimiter
property RecordDelimiter: string
A single character used to seperate individual records.