valueS="";
// run all the attributes contained in the row
for (Iterator iterator2 = atts.iterator(); iterator2.hasNext();) {
SourceBeanAttribute object = (SourceBeanAttribute) iterator2.next();
name=new String(object.getKey());
value=new String((String)object.getValue());
if(name.equalsIgnoreCase(MONTH_DS)){
month=value;
}
else if(name.equalsIgnoreCase(YEAR_DS)){