FileHelpers icon indicating copy to clipboard operation
FileHelpers copied to clipboard

Stream reader does not read without POCO

Open papyr opened this issue 7 years ago • 0 comments

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??
}

papyr avatar Dec 15 '18 08:12 papyr