Issue 12: Feature request: asynchronous output for large CSV files
Status:  New
Owner: ----
Reported by apenneba...@42six.com, Jan 23, 2014
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?