ferronrsmith / jcsv

Automatically exported from code.google.com/p/jcsv
0 stars 0 forks source link

append new line #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Normal CSVWriter, is it possible to open csv file attach new line of data at 
the end of the file and close filewriter

What is the expected output? What do you see instead?
csvWriter.write(point); is overwriting first line

What version of the product are you using? On what operating system?
last, maven

Please provide any additional information below.
Writer out = new FileWriter(filename, true); is not helping 

Original issue reported on code.google.com by primoz.s...@gmail.com on 31 Jan 2013 at 11:16

GoogleCodeExporter commented 9 years ago
Sorry it seams its working...

Original comment by primoz.s...@gmail.com on 31 Jan 2013 at 11:20