在csv文件中查找空行并跟踪集合中的行号

时间:2018-01-03 10:32:46

标签: c# csv csvhelper

如果使用CSVHelper读取的CSV文件中的所有字段都为空,我如何获取记录的行号?

reader.Configuration.SkipEmptyRecords = true;

reader.GetRecords<OrderDetails>().ToList();

我现在使用配置跳过空记录,但我需要记下行ID?

0 个答案:

没有答案