String[] data = auxImExport.getStringValue().split(",");
if (data.length == 2) {
ParserResult pr = loaded.firstElement();
AuxCommandLine acl = new AuxCommandLine(data[0], pr.getDatabase());
BibtexDatabase newBase = acl.perform();
boolean notSavedMsg = false;
// write an output, if something could be resolved
if (newBase != null) {