Subversion Repositories SmartDukaan

Rev

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

Rev 11946 Rev 11947
Line 1038... Line 1038...
1038
		    String values[];
1038
		    String values[];
1039
		    int i=1;
1039
		    int i=1;
1040
		  //id -0, name -1, sku - 2, vname 3, wh 4, wt 5, mnlc 6, vnlc 7, av8, r9, na 10
1040
		  //id -0, name -1, sku - 2, vname 3, wh 4, wt 5, mnlc 6, vnlc 7, av8, r9, na 10
1041
		    while ((line = reader.readLine()) != null) {
1041
		    while ((line = reader.readLine()) != null) {
1042
		    	if(i==1){
1042
		    	if(i==1){
1043
		    		i= i++;
1043
		    		i++;
1044
		    		continue;
1044
		    		continue;
1045
		    	}
1045
		    	}
1046
		        values = line.split("\t");
1046
		        values = line.split("\t");
1047
		        NlcLeftOutInventory nlcLoI = new NlcLeftOutInventory();
1047
		        NlcLeftOutInventory nlcLoI = new NlcLeftOutInventory();
1048
		        nlcLoI.setItemId(Long.parseLong(values[0]));
1048
		        nlcLoI.setItemId(Long.parseLong(values[0]));