CsvDataLoadOptions
Leave feedback
On this page
Represents options for parsing CSV data.
public class CsvDataLoadOptions
| Name | Description |
|---|---|
| CsvDataLoadOptions() | Initializes a new instance of this class with default options. |
| CsvDataLoadOptions(bool) | Initializes a new instance of this class with specifying whether CSV data contains column names at the first line. |
| Name | Description |
|---|---|
| CommentChar { get; set; } | Gets or sets the character that is used to comment lines of CSV data. |
| Delimiter { get; set; } | Gets or sets the character to be used as a column delimiter. |
| HasHeaders { get; set; } | Gets or sets a value indicating whether the first line of CSV data contains column names. |
| QuoteChar { get; set; } | Gets or sets the character that is used to quote field values. |
An instance of this class can be passed into constructors of CsvDataSource.
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.