CsvEngine Constructor |
| Name | Description | |
|---|---|---|
| CsvEngine(CsvOptions) |
Create a CsvEngine using the specified sample file with
their headers.
| |
| CsvEngine(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. | |
| CsvEngine(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. |