.getContainerKey();
containerKey = new ContainerKey(con + item.getText());
}
}
ExportService service = new ExportService(file, cinfo.getId(),
cinfo.getDb(), containerKey);
try {
service.export();
} catch (IOException e) {
throw new RuntimeException(e.getMessage());
}
}