for (int i = 1; i < numI; i++) {
//
try {
tempDesc = tempTable.inItem(0, i);
tempArchFile = tempTable.inItem(2, i);
tempDateIndexed = tempTable.inItem(1, i);
if (zipArchNameOnly.equals(tempArchFile)) {
description = tempDesc;
dateIndexed = tempDateIndexed;
foundManifestData = true;
setStatus(I18n.getString("archive_description_found") + " " + description);