data1.put(header[7], caseOrigin.getId());
} else {
data1.put(header[7], "");
}
data1.put(header[8], CommonUtil.getOptionLabel(caseOrigin));
CaseReason caseReason = caseInstance.getReason();
if (caseReason != null) {
data1.put(header[9], caseReason.getId());
} else {
data1.put(header[9], "");
}
data1.put(header[10], CommonUtil.getOptionLabel(caseReason));
data1.put(header[11], CommonUtil