philipcj
Results
2
comments of
philipcj
I am just trying to do this: var config = new CsvConfiguration(CultureInfo.InvariantCulture) { HasHeaderRecord = false }; var reader = new StreamReader(filestream); var csv = new CsvReader(reader, config); return csv;...
P.S. I'm on .NET 4.8 Is that the issue?