-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mridul Khanal edited this page Dec 9, 2013
·
2 revisions
QuickOCM - Parse and convert your csv files to your models in your java application.
- Significance of header in csv.
- Annotation based, annotate your models to reflect the header-name, datatype, nested structures of your models.
- Supports nested object compositions in the models.
- Treats each record of the csv as a model and will invoke user designated handler for each row i.e. model.
- Validation of the data-types in csv automatically handled.