[go: up one dir, main page]

Menu

Tree [r19] / tags / 1.8 /
 History

HTTPS access


File Date Author Commit
 src 2008-11-04 quietgenie [r17] Expanded and cleaned up usage documentation.
 .classpath 2008-10-30 quietgenie [r12] Moved the full license text to src/main/resources.
 .project 2008-10-29 quietgenie [r7]
 DEV-NOTE 2008-11-04 quietgenie [r16] Expanded and cleaned up usage documentation.
 README 2008-10-30 quietgenie [r14] Fine-tuned site generation.
 XVSM_Checkstyle.xml 2008-11-01 quietgenie [r15] Cleaned up code style.
 pom.xml 2008-11-01 quietgenie [r15] Cleaned up code style.

Read Me

CSV Object Mapper v${project.version}
==========

CSV Object Mapper is a Java library for mapping CSV to Java Objects and vice
versa.

CSV Object Mapper is compatible with Sun Java 1.4+. The library has been
explicitly tested with Sun Java 1.4 through 1.6. If you need to use the CSV
Object Mapper with non-Sun JREs 1.4 through 1.6, please give this library a
try, and let me know how it works for you. If you need to use this library with
JRE 1.3 or lower, I encourage you to compile the library yourself
([build instructions URL]) and report your results to me. 

See [usage guide URL] for configuration and usage examples.

-- Robert Weber 2008-10