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
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A CSV XML node.