Solved problem with wrong insert into the db.
This commit is contained in:
@ -38,6 +38,7 @@ public class FileReader {
|
||||
while (cellIt.hasNext()) {
|
||||
Cell c = cellIt.next();
|
||||
keys.put(c.toString(), index);
|
||||
index+=1;
|
||||
}
|
||||
|
||||
rowIt.remove();
|
||||
|
Reference in New Issue
Block a user