reading and finding location of a cell in csv file with blank cells
807601Jun 24 2008 — edited Jun 24 2008Hi, 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