Create a CsvEngine using the specified sample file with their headers.
Create a CsvEngine using the specified sample file with their headers.
public CsvEngine(CsvOptions);
Create a CsvEngine using the specified number of fields.
public CsvEngine(string,char,int);
Create a CsvEngine using the specified sample file with their headers.
public CsvEngine(string,char,string);
CsvEngine Class | FileHelpers Namespace