Prepare for partial CurveData parsing

This commit is contained in:
2018-08-23 09:23:14 -04:00
parent 6702834204
commit cc49f05d7e
7 changed files with 139 additions and 9 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ namespace LeafWeb.Core.Parsers
{
var values = GetNextCsvRowValues();
if (CsvReader.IsRecordEmpty())
//continue;
throw new ParseException($"Encountered empty line while reading fitting info on line {CsvReader.Row}");
continue;
//throw new ParseException($"Encountered empty line while reading fitting info on line {CsvReader.Row}");
if (values == null) // end of file
yield break;
if (matcher.IsPropertiesTitlesMatch(values))