CSV 批理处理的Java框架,CB4J 1.4.0 发布
jopen 11年前
CSV Batch 4 Java 是一个框架,旨在简化用java批量处理CSV文件。它具有以下特性:
- 易于学习:CB4J使用了非常简单的CSV模型和API。
- 占用内存少,整个jar只有30 K。
- 内置可扩展的字段验证器,用于一些常见的验证要求。
- 生成可定制的数据统计报告,包括验证错误和处理时间
这是CB4J最新的稳定版本。此版本增加了许多新功能,例如:
- New BatchResultHolder API to be able to get computation result at the end of batch execution
- New CSV/Object mapper implementation to map records to domain objects based on field names declared in header record
- New parameter to abort execution on first record processing error / record mapping exception
- New parameter to enable/disable JMX monitoring feature
- New validators to validate that date value is before/after a given date
- New validators to validate that field field content size has a min/max length
此版本还修正了在以前的版本中报告的许多问题, Please check the change log for all details about changes.