public void run() {
try{
// Export the DB content as DBunit dataset
DatabaseExporter databaseExporter = new DatabaseExporter();
databaseExporter.partialExport(destinationFolder, filteredTableToExport);
// stop and hide the animation
busyLabelPanel.getJxBusyLabel().setBusy(false);
busyLabelPanel.getJxBusyLabel().setVisible(false);