Row-Bean is a CSV-Bean JAVA API. Row-Bean provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping.
This project has declared the following modules:
| Name | Description |
|---|---|
| net.sf.csv-bean:row-bean-core | Row-Bean core provides all the necessary reading and writing beans in CSV files. It provides in particular ways to map beans with each line of the file using XML descriptor. |
| net.sf.csv-bean:row-bean-annotations | this module provides some useful class to add mapping annotations capability to row-bean-core. |
| net.sf.csv-bean:row-bean-sample | Row-Bean sample module provides some samples of Row-Bean core use. |
| net.sf.csv-bean:row-bean-dist | Distribution for Row-Bean artifacts. |