Skip to main content

IS3CSVInput

Interface in AWS.S3

Interface for CSVInput nodes.

Ancestors

Properties

AllowQuotedRecordDelimiter

property AllowQuotedRecordDelimiter: TOptional<Boolean>

Specifies that CSV field values may contain quoted record delimiters and such values should be allowed.

Valid values: FALSE | TRUE. Defaults to FALSE.

Comments

property Comments: string

A single character indicating that a row should be ignored when the character is present at the start of the row.

FieldDelimiter

property FieldDelimiter: string

A single character used to separate individual fields in a record.

FileHeaderInfo

property FileHeaderInfo: string

Specifies whether the first line should be treated as a header.

Valid values: - <C>NONE): The first line is not a header. - <C>IGNORE): The first line is a header but ignore it. - <C>USE): The first line is a header and it should be used to identify columns in expressions.

QuoteCharacter

property QuoteCharacter: string

A single character used to escape field values when they contain the FieldDelimiter character.

Default value: ".

QuoteEscapeCharacter

property QuoteEscapeCharacter: string

A single character used for escaping the QuoteCharacter when it is present in the field value.

RecordDelimiter

property RecordDelimiter: string

A single character used to seperate individual records.