} else{
outpt += "<H1>Please wait, data is being imported..</H1>";
/** Parse **/
DataFetchConfig conf = DataFetchConfig.parse(new File(currentConfig));
DataFetcher df = new DataFetcher(conf);
Model model = Util.getModel();
df.executeImport(model);
Util.writeModelToFile(model);
outpt += "<span >import successful</span>";
}