Subversion Repositories SmartDukaan

Rev

Rev 8540 | Rev 8782 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8540 Rev 8781
Line 181... Line 181...
181
			Map<Long,PriceAtDate> itemIdminFBAPriceMap = new HashMap<Long,PriceAtDate>();
181
			Map<Long,PriceAtDate> itemIdminFBAPriceMap = new HashMap<Long,PriceAtDate>();
182
			Map<Long,PriceAtDate> itemIdminMFNPriceMap = new HashMap<Long,PriceAtDate>();
182
			Map<Long,PriceAtDate> itemIdminMFNPriceMap = new HashMap<Long,PriceAtDate>();
183
			count=1;
183
			count=1;
184
			while ((nextLine = inventoryhealthreportreader.readNext()) != null ) {
184
			while ((nextLine = inventoryhealthreportreader.readNext()) != null ) {
185
				if(count!=1){
185
				if(count!=1){
186
					//System.out.println(nextLine[1] +" "+ nextLine[31] +" " + nextLine[32] + " " + nextLine[34]);
186
					System.out.println(nextLine[1] +" "+ nextLine[31] +" " + nextLine[32] + " " + nextLine[34]);
187
					SimpleDateFormat istFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
187
					SimpleDateFormat istFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
188
					istFormatter .setLenient(false);
188
					istFormatter .setLenient(false);
189
					TimeZone zone= TimeZone.getTimeZone("GMT");
189
					TimeZone zone= TimeZone.getTimeZone("GMT");
190
					istFormatter.setTimeZone(zone);
190
					istFormatter.setTimeZone(zone);
191
					Date date = istFormatter.parse(nextLine[0]);
191
					Date date = istFormatter.parse(nextLine[0]);