CsvDataLoadOptions Class

Represents options for parsing CSV data.
Inheritance Hierarchy
SystemObject
  Aspose.Words.ReportingCsvDataLoadOptions

Namespace:  Aspose.Words.Reporting
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public class CsvDataLoadOptions

The CsvDataLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodCsvDataLoadOptions
Initializes a new instance of this class with default options.
Public methodCsvDataLoadOptions(Boolean)
Initializes a new instance of this class with specifying whether CSV data contains column names at the first line.
Properties
  NameDescription
Public propertyCommentChar
Gets or sets the character that is used to comment lines of CSV data.
Public propertyDelimiter
Gets or sets the character to be used as a column delimiter.
Public propertyHasHeaders
Gets or sets a value indicating whether the first record of CSV data contains column names.
Public propertyQuoteChar
Gets or sets the character that is used to quote field values.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
An instance of this class can be passed into constructors of CsvDataSource.
See Also