C# Класс DataMigration.CsvParser

Csv parser. Wraps the LumenWorks.Framework.IO Csv reader, published at http://www.codeproject.com/Articles/9258/A-Fast-CSV-Reader.
Наследование: IParser
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
delimiter char

Открытые методы

Метод Описание
Dispose ( ) : void

Releases all resources used by the underlying csvReader object.

NextRow ( ) : IList

Returns the next row of data, and advances the CurrentRow counter.

Open ( string filePath ) : void

Open the file the specified Path. The caller is responsible for calling Dispose once Open() has been called.

Защищенные методы

Метод Описание
GetDelimiter ( ) : void

Looks in Properties collection for specified delimiter.

Описание методов

Dispose() публичный Метод

Releases all resources used by the underlying csvReader object.
public Dispose ( ) : void
Результат void

GetDelimiter() защищенный Метод

Looks in Properties collection for specified delimiter.
protected GetDelimiter ( ) : void
Результат void

NextRow() публичный Метод

Returns the next row of data, and advances the CurrentRow counter.
public NextRow ( ) : IList
Результат IList

Open() публичный Метод

Open the file the specified Path. The caller is responsible for calling Dispose once Open() has been called.
public Open ( string filePath ) : void
filePath string File path.
Результат void

Описание свойств

delimiter защищенное свойство

protected char delimiter
Результат char