Skip to main content

TS3CSVOutput

Class in AWS.S3

CSVOutput node class.

Ancestors

Properties

FieldDelimiter

property FieldDelimiter: string

QuoteCharacter

property QuoteCharacter: string

QuoteEscapeCharacter

property QuoteEscapeCharacter: string

QuoteFields

property QuoteFields: string

RecordDelimiter

property RecordDelimiter: string

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML node representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A CSV XML node.