-
Class Summary
| Class |
Description |
| CSVReader |
A very simple CSV reader released under a commercial-friendly license.
|
| CSVWriter |
A very simple CSV writer released under a commercial-friendly license.
|
Package scriptella.driver.csv.opencsv Description
Optimized opencsv implementation for Scriptella.
The standard opencsv library is too inefficient in terms of performance and memory usage.
I had to fork opencsv to apply all the changes I required.
See http://javaforge.com/issue/7098?navigation=true for more details.