}
}
numRows++;
simulationDate = df.parse(simQuarter + "/" + simDay + "/10");
Row_zva05 entry = new Row_zva05(simulationDate, distributionChannel, region, materialDesc, soldToParty, price, quantitySold, totalSalesValue, AR_Qtr, AR_Day);
zva05List.add(entry);
}
}
} catch(Exception e) {
System.out.println("Couldn't parse zmb52.xml");