By mdbenassi
via benas.github.com
Published: Dec 10 2012 / 08:22
CSV Batch For Java is a framework that aims to simplify CSV files batch processing with Java. CB4J addresses common tedious tasks such as reading, parsing and validating CSV records and lets you concentrate on your batch processing business logic.
Comments
MCII replied ago:
Now we have opencsv, FlatPack, SuperCSV, a lot of other libraries ( http://stackoverflow.com/questions/200609 ) ... and CB4J. Parsing CSV must be an interesting topic.
mdbenassi replied ago:
Hi MCII, Thank you for your comment. In fact, plenty of solutions exist for dealing with CSV using Java. Although their functional similarities, tools you have mentioned are actually libraries not frameworks. CB4J differs from these tools by the fact that it is a framework. Besides, CB4J provides some features that other libraries do not, such as statistics reporting, execution progress monitoring and log files for ill-formed and invalid records. These requirements are usually needed in production environments. Anyway, with all these tools and frameworks, Java developers have a good arsenal when facing millions of CSV records army :-) Regards,
Voters For This Link (4)
Voters Against This Link (0)