This is the version that I was never going to write, but I’ve decided to add csv export to my little PasswordSafeSWT project and, since people have asked about csv writing capability, I now had a reason for opencsv 1.1.

opencsv is an ultra-lightweight minimalist cvs parsing and writing library for Java under an Apache 2.0 license. The API is extremely tiny with only two methods and a couple of constructors. It handles embedded carriage returns, custom delimiters, and the common cases for most csv files. Might save you an hour if you’re in a hurry.