www.csvreader.com

Creates a CsvDataReader object using a file as the data source. Uses Default as the encoding.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String, _
   ByVal delimiter As Char _
)
[C#]
public CsvDataReader(
   string fileName,
   char delimiter
);

Parameters

fileName
The path to the file to use as the data source.
delimiter
"> The character to use as the column delimiter.

See Also

CsvDataReader Class | Csv Namespace | CsvDataReader Constructor Overload List