Description
The library commons-csv from apache https://commons.apache.org/proper/commons-csv/ is also a possible option to read CSV files, that may turn out useful in some situations, if opencsv is not performant enough.
This task is for adding a file iterator based on commonscsv, that could be used from scripting (velocity) if needed, but not to replace the standard csv parser used by the application.