bug fix: csv device import first record was skipped
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Disco.Services.Devices.Importing
|
||||
{
|
||||
context = Context;
|
||||
rawData = RawData;
|
||||
currentRowIndex = 0;
|
||||
currentRowIndex = -1;
|
||||
rowOffset = HasHeaderRow ? 1 : 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user