CsvEngineCsvToDataTable Method |
Name | Description | |
---|---|---|
![]() ![]() | CsvToDataTable(String, CsvOptions) |
Reads a CSV File and return their contents as
DataTable
|
![]() ![]() | CsvToDataTable(String, Char) | Reads a CSV File and return their contents as DataTable (The file must have the field names in the first row) |
![]() ![]() | CsvToDataTable(String, String, Char) |
Reads a CSV File and return their contents as DataTable
(The file must have the field names in the first
row)
|
![]() ![]() | CsvToDataTable(String, String, Char, Boolean) |
Reads a CSV File and return their contents as DataTable
|
![]() ![]() | CsvToDataTable(String, String, Char, Boolean, Boolean) |
Reads a CSV File and return their contents as DataTable
|