This isn't really a Java answer, but
it's not really a Java question, but if you're running it via a Unix/Linux
command line, just send the output to a file by adding the close angle
bracket (>) and the filename you want. I believe this works the same
way in DOS/Windows also.
Alternately, you could wrap the CSV
conversion function in the source code inside your own method that writes
it to a file. The conversion function will write to any OutputStream.
-Ryan Reynolds
"Madness and truth become in the last analysis indistinguishable."
-- S. Kierkegaard
.