CsvHelper.FastDynamic icon indicating copy to clipboard operation
CsvHelper.FastDynamic copied to clipboard

Fast dynamic CSV records reader and writer extensions for CsvHelper

Results 1 CsvHelper.FastDynamic issues
Sort by recently updated
recently updated
newest added

Current implementation of EnumerateDynamicRecords() differs from that of original GetRecords() in case when record has less values than header. That is because only header length is considered in enumeration. #...