parent
a934befc3d
commit
5c3c287bf4
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ public class ImportToDB extends Stage {
|
|||
log.warn("record index {} null", counter);
|
||||
continue;
|
||||
}
|
||||
table.injectEntity(table.getEntity(swtHeaderData, entity));
|
||||
if (entity.length > 0) {
|
||||
table.injectEntity(table.getEntity(swtHeaderData, entity));
|
||||
}
|
||||
}
|
||||
kafkaMessenger.notifySystemIfNeeded(currTable, fileId);
|
||||
} catch (IOException exception) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue