CSVOutput class

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

Constructors

CSVOutput({String? fieldDelimiter, String? quoteCharacter, String? quoteEscapeCharacter, QuoteFields? quoteFields, String? recordDelimiter})

Properties

fieldDelimiter String?
The value used to separate individual fields in a record. You can specify an arbitrary delimiter.
final
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 ".
final
quoteEscapeCharacter String?
The single character used for escaping the quote character inside an already escaped value.
final
quoteFields QuoteFields?
Indicates whether to use quotation marks around output fields.
final
recordDelimiter String?
A single character used to separate individual records in the output. Instead of the default value, you can specify an arbitrary delimiter.
final
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(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

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