Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading a Tab delimited File and display in JSP

807588Jan 20 2009 — edited Jan 21 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2009
Added on Jan 20 2009
3 comments
155 views