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;
|
context = Context;
|
||||||
rawData = RawData;
|
rawData = RawData;
|
||||||
currentRowIndex = 0;
|
currentRowIndex = -1;
|
||||||
rowOffset = HasHeaderRow ? 1 : 0;
|
rowOffset = HasHeaderRow ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user