}
else {
ReportReader reader = new ReportReader();
if(line.hasOption(RESET_COUCH)) {
CouchInstance instance = CouchInstance.getInstance(CouchSupport.DATABASE_NAME, true, new StdHttpClient.Builder().build());
instance.getDbInstance().deleteDatabase(CouchSupport.DATABASE_NAME);
}
else if(line.hasOption(FILE_TYPE) && line.hasOption(PATH_TO_FILE)) {
ReportType reportType = null;
String fileType = line.getOptionValue(FILE_TYPE);