Handle blank lines in LeafInput
This commit is contained in:
@@ -8,11 +8,11 @@ namespace LeafWeb.Core.Parsers
|
||||
{
|
||||
public class LeafGasComparisonParser : CsvParserBase
|
||||
{
|
||||
public LeafGasComparisonParser(FileSystemInfo csvFile) : base(csvFile)
|
||||
public LeafGasComparisonParser(FileSystemInfo csvFile) : base(csvFile, false)
|
||||
{
|
||||
}
|
||||
|
||||
public LeafGasComparisonParser(byte[] fileContents) : base(fileContents)
|
||||
public LeafGasComparisonParser(byte[] fileContents) : base(fileContents, false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user