if(newDatasets.size() > 0)
{
for(String str:newDatasets)
{
if(str.contains("http://"))
obj.zipURL(str.substring(str.lastIndexOf("[")+1,str.lastIndexOf("]")),tempZipPath, tempTsvPath);
}
}
}
public void unCompressZipFiles(String tempZipPath, String tempDataPath)