Reads a Csv File and return their contents as DataTable
Reads a Csv File and return their contents as DataTable
public static DataTable CsvToDataTable(string,CsvOptions);
Reads a Csv File and return their contents as DataTable (The file must have the field names in the first row)
public static 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)
public static DataTable CsvToDataTable(string,string,char);
Reads a Csv File and return their contents as DataTable
public static DataTable CsvToDataTable(string,string,char,bool);
CsvEngine Class | FileHelpers Namespace