Patch to add StatefulBeanToCsv.write(Iterator<T> beans, Class beanClass)
Brought to you by:
aruckerjones,
sconway
I had the requirement to create a CSV from a Stream so made sense to generalise to an Iterator. This change is working for me so I thought that would be good to give back to the project. Thanks for a very useful library! Chris
Patch merged with changes and will be in the 4.6 release.
4.6 has been released.