CommonEngineCsvToDataTable 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 |