Skip to Main Content

New to Java

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 and finding location of a cell in csv file with blank cells

807601Jun 24 2008 — edited Jun 24 2008
Hi, I am automating an application using RFT.
My problem is, i have to read values from a CSV file.
But the data in the csv file is scattered as there are plenty of blank cells.

So i need to find the location of the cell which contains the data. i am using stringtokenizer and string buffer class to read the data. I can correctly found the row number of the cell but not the column number.

please help and suggest the solution.

Thanks in advance,
Mayank
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2008
Added on Jun 24 2008
2 comments
363 views