The CSV Object Mapper is a library and API that allows one to map a CSV file to a collection of Objects (a la Hibernate).
[top] |
The simplest way to load a configuration is to use one of the loadSpringConfiguration methods on the com.projectnine.spring.SpringLoader.
[top] |
A configuration file looks like a normal Spring applicationContext.xml file. The distinction is that the applicationContext.xml file that you use to configure your Object mappings will specifically apply to Classes in the CsvObjectMapper library.
See the usage guide for more specific details.
[top] |