I would like to know if POI is able to read CSV files.
Although CSV files are text file which can be parsed/read using simple
java.
Is there any open-source which provides api to read/parse csv file.
OpenCSV is one of the open-source api which provides api to parse and bind data to beans which can be saved to the database.
Please provide info if there is any another good way to parse csv file validate data and saved to the database.
Thanks,
Abhishek