| 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[0] + " " + nextLine[1]);
|
186 |
System.out.println(nextLine[0] + " " + nextLine[1]);
|
| - |
|
187 |
System.out.println(nextLine[30]);
|
| - |
|
188 |
System.out.println(nextLine[31]);
|
| - |
|
189 |
System.out.println(nextLine[32]);
|
| - |
|
190 |
System.out.println(nextLine[34]);
|
| 187 |
System.out.println(nextLine[1] +" "+ nextLine[31] +" " + nextLine[32] + " " + nextLine[34]);
|
191 |
System.out.println(nextLine[1] +" "+ nextLine[31] +" " + nextLine[32] + " " + nextLine[34]);
|
| 188 |
SimpleDateFormat istFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
|
192 |
SimpleDateFormat istFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
|
| 189 |
istFormatter .setLenient(false);
|
193 |
istFormatter .setLenient(false);
|
| 190 |
TimeZone zone= TimeZone.getTimeZone("GMT");
|
194 |
TimeZone zone= TimeZone.getTimeZone("GMT");
|
| 191 |
istFormatter.setTimeZone(zone);
|
195 |
istFormatter.setTimeZone(zone);
|