CsvDataLoadOptions class
CsvDataLoadOptions class
Represents options for parsing CSV data. To learn more, visit the LINQ Reporting Engine documentation article.
Remarks
An instance of this class can be passed into constructors of CsvDataSource.
Constructors
Name | Description |
---|---|
CsvDataLoadOptions() | Initializes a new instance of this class with default options. |
CsvDataLoadOptions(has_headers) | Initializes a new instance of this class with specifying whether CSV data contains column names at the first line. |
Properties
Name | Description |
---|---|
comment_char | Gets or sets the character that is used to comment lines of CSV data. |
delimiter | Gets or sets the character to be used as a column delimiter. |
has_headers | Gets or sets a value indicating whether the first record of CSV data contains column names. |
quote_char | Gets or sets the character that is used to quote field values. |
See Also
- module aspose.words.reporting