CsvDataLoadOptions class

Represents options for parsing CSV data. To learn more, visit the LINQ Reporting Engine documentation article. An instance of this class can be passed into constructors of CsvDataSource.

Implemented types

Constructors

CsvDataLoadOptions()

Properties

commentChar String?
getter/setter pair
delimiter String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasHeaders bool?
getter/setter pair
quoteChar String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deserialize(Map<String, dynamic>? json) → void
override
getFilesContent(List<FileReference> resultFilesContent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate() → void
override

Operators

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