Click or drag to resize

CsvEngine Constructor

Overload List
  NameDescription
Public methodCsvEngine(CsvOptions)
Create a CsvEngine using the specified sample file with their headers.
Public methodCsvEngine(String, Char, Int32)

Create a CsvEngine using the specified number of fields.

With this constructor will ignore the first line of the file. Use CsvOptions overload.

Public methodCsvEngine(String, Char, String)

Create a CsvEngine using the specified sample file with their headers.

With this constructor will ignore the first line of the file. Use CsvOptions overload.

Top
See Also