CSVBeans is a Java library that allows you to map CSV files with Java objects. This library will help you to parse or build CSV files in an elegant way. Its use is similar to tools like Hibernate, except that it works with Java beans and CSV files. You no longer need to write all the plumbing code that parses or builds a CSV file and translates its contents to Java objects.
| Implementation | Java |
|---|
Recent releases


Release Notes: New functionality, refactoring, and bugfixes.


Release Notes: The building and parsing strategies were enhanced. Properties support was added. The writing of internationalization messages was started. Usage samples were added. The documentation was enhanced.


No changes have been submitted for this release.