Is there a built-in field attribute in the FileHelper library which will add a header row in the final generated CSV?
I have Googled and didn\'t find much info on it
I know this is an old question, but here is an answer that works for v2.9.9
FileHelperEngine engine = new FileHelperEngine(); engine.HeaderText = engine.GetFileHeader();