Sanjay007 / jcsv

Automatically exported from code.google.com/p/jcsv
0 stars 0 forks source link

Feature request: asynchronous output for large CSV files #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For large CSV files, >30GB, it would be nice if jcsv's API gave output 
asynchronously, such as writing objects to an ObjectOut, rather than attempting 
to return a List of objects all at once.

Are there plans for large file support in jcsv? Is there another Java CSV 
library with this feature?

Original issue reported on code.google.com by apenneba...@42six.com on 23 Jan 2014 at 7:23