FileHelpers icon indicating copy to clipboard operation
FileHelpers copied to clipboard

CsvEngine.CsvToDataTable - Allow Stream object as input parameter

Open killergege opened this issue 9 years ago • 0 comments

Please add an overload for CsvEngine.CsvToDataTable that takes a Stream object instead of a filename.

I also think that this is a good idea to do that on all methods that take a filename as parameter, in order to give the user more options on how the data are read.

killergege avatar Mar 29 '17 14:03 killergege