Reading a Tab delimited File and display in JSP
807588Jan 20 2009 — edited Jan 21 2009Hi All,
The format for the tab delimited is given below
EMPNAME DEPT EMPID ORGANIZATION RAJESH ELCN 12323 TCS EMPNAME DEPT EMPID ORGANIZATION RAMESH ELCN 12432 CTS ............
First it has to read this tab delimited file stores as test.txt and then it has to display in JSP in following format
EMPNAME DEPT EMPID ORGANIZATION
RAJESH ELCN 12323 TCS
RAMESH ELCN 12432 CTS
Can u please help me regarding this what should be the approach to find the solution
Thanks &Regards
Hrushikesh