CSVOutput class

Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.

Constructors

CSVOutput(String? fieldDelimiter, String? quoteCharacter, String? quoteEscapeCharacter, String? quoteFields, String? recordDelimiter)
CSVOutput.fromXml(XmlElement? xml)

Properties

fieldDelimiter String?
The value used to separate individual fields in a record. You can specify an arbitrary delimiter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
quoteCharacter String?
A single character used for escaping when the field delimiter is part of the value. For example, if the value is a, b, Amazon S3 wraps this field value in quotation marks, as follows: " a , b ".
getter/setter pair
quoteEscapeCharacter String?
The single character used for escaping the quote character inside an already escaped value.
getter/setter pair
quoteFields String?
Indicates whether to use quotation marks around output fields.
getter/setter pair
recordDelimiter String?
A single character used to separate individual records in the output. Instead of the default value, you can specify an arbitrary delimiter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml() → XmlNode

Operators

operator ==(Object other) bool
The equality operator.
inherited