Skip to main content
A newer version of this page is available. .

CsvSourceOptions Members

Contains options used to extract data from the CSV file.

Constructors

Name Description
CsvSourceOptions() Initializes a new instance of the CsvSourceOptions class.

Properties

Name Description
CellRange Gets or sets the cell range from which data is imported.
Culture Gets or sets the culture information used to parse the data being imported.
DetectEncoding Gets or sets whether the character encoding is automatically determined.
DetectNewlineType Gets or sets whether a character type used to identify a new line in a CSV document is determined automatically.
DetectValueSeparator Gets or sets whether a character used to separate values in a CSV document is determined automatically.
Encoding Gets or sets the character encoding of the CSV document.
NewlineType Gets or sets the character used to identify a new line in a CSV document.
SkipEmptyRows Gets or sets whether or not to include empty rows into the resulting ExcelDataSource. Inherited from ExcelSourceOptionsBase.
TextQualifier Gets or sets the character that encloses values in the CSV document.
TrimBlanks Gets or sets whether to remove all leading and trailing white-space characters from each value in the CSV document.
UseFirstRowAsHeader Gets or sets whether to process the values of the first row as headers. Inherited from ExcelSourceOptionsBase.
ValueSeparator Gets or sets a character used to separate values in a CSV document.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current CsvSourceOptions instance.
GetHashCode() Gets the hash code that corresponds to the value of the current CsvSourceOptions object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also