String channelName=s.split(",")[2];
String channelType=s.split(",")[3];
String county=s.split(",")[4];
String district=s.split(",")[5];
String phoneNumber=s.split(",")[6];
st=new TblChannelInfoDAO().add(st,new TblChannelInfo(agentId,channelId,channelName,channelType,county,district,phoneNumber));
allCount++;
}//end if s is null
}//end for rowIndex