Skip to main content

TS3CSVInput

Class in AWS.S3

CSVInput node class.

Ancestors

Properties

AllowQuotedRecordDelimiter

property AllowQuotedRecordDelimiter: TOptional<Boolean>

Comments

property Comments: string

FieldDelimiter

property FieldDelimiter: string

FileHeaderInfo

property FileHeaderInfo: string

QuoteCharacter

property QuoteCharacter: string

QuoteEscapeCharacter

property QuoteEscapeCharacter: string

RecordDelimiter

property RecordDelimiter: string

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A CSV XML node.