Solved problem with wrong insert into the db.

This commit is contained in:
2020-08-04 17:56:59 +02:00
committed by Marcin Wozniak
parent 90cc284f7a
commit 4eabc194fc
3 changed files with 23 additions and 5 deletions

View File

@ -38,6 +38,7 @@ public class FileReader {
while (cellIt.hasNext()) {
Cell c = cellIt.next();
keys.put(c.toString(), index);
index+=1;
}
rowIt.remove();