FileHelpers
FileHelpers copied to clipboard
Stream reader does not read without POCO
Hello, I was reading your sample, but it does not show how to read without a POCO
//Get the headers from a CSV file
public List<> FHReader(TextReader textReader)
{
var engine = new FileHelperEngine.ReadStream(textReader);
List<string> ColumnNamesList = engine.getColNames??
}