Add parsing for LeafInputData after retrieving CleanedInput files
This commit is contained in:
@@ -13,6 +13,10 @@ namespace LeafWeb.Core.Parsers
|
||||
{
|
||||
}
|
||||
|
||||
public LeafInputCsvParser(byte[] fileContents) : base(fileContents)
|
||||
{
|
||||
}
|
||||
|
||||
public LeafInputData Parse()
|
||||
{
|
||||
// First 10 lines
|
||||
|
||||
Reference in New Issue
Block a user