I can't find any info on this on the net or in my book and it's a big book! Is there a way in Java to change the default delimiter when out putting to CSV files. I want to change it from a comma to \t? I want to do this because when I'm putting in string that contain a comma they go to the next cell which is a pain.
Any help would be most greatful!
James