How to use CSV files in Selenium | Selenium Forum
M
Posted on 14/03/2016
Hi,
I want to use .CSV files in my project to read data instead of .xls. Will POI jar files still support that or we need to download Commoncsv jar files from apache? also, in the downloaded code, you have the class ready to read excel, do you have any such class for .CSV also?

Thanks

M
Replied on 15/03/2016

[quote:1le6u4hj]do you have any such class for .CSV also?
[/quote:1le6u4hj]

i'm sorry we don't.


M
Replied on 15/03/2016

hello

this link may be of some help

http://www.mkyong.com/java/how-to-read-and-parse-csv-file-in-java/


M
Replied on 15/03/2016

thanks