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

NameDescription
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

NameDescription
comment_charGets or sets the character that is used to comment lines of CSV data.
delimiterGets or sets the character to be used as a column delimiter.
has_headersGets or sets a value indicating whether the first record of CSV data contains column names.
quote_charGets or sets the character that is used to quote field values.

See Also