Prepare for partial CurveData parsing
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user