opencsv
Description
A Simple CSV Parser for Java under a commercial-friendly Apache 2.0 license
Categories
License
Update Notifications
User Ratings
User Reviews
-
It saves my time. highly recommended
-
Opencsv works great for me.
-
opencsv is fast and easy to use
-
Nice project! You did a great job. Thank you!
-
Easy to use and works.
-
How can I validated if the file passed to CSV library is a vlid CSV file and not an image, or audio file? apparently if I pass an image file what it does is to read the file content until find a new line char and continues.. well this would lead to an error prone behavior, the lib shouln't validate this? Or how can we validate this externally? Thanks