Forum: CSV Manager, Topic: Escape return char? http://www.ricebridge.com/feeds/forums/csvman/9.rss Copyright (c) 2004 Ricebridge Topic Posts Sat Sep 09 12:31:03 UTC 2006 Richard Rodger: Hi Tuan, CsvManager http://local.ricebridge.com/forum/topic.htm?f=csvman&t=9&s=all#post24 Hi Tuan, CsvManager should always escape return characters. The default output format is suitable for Excel. It's difficult to tell from your code where the problem is - perhaps you could post some more of the code so that I can see exactly how the output is constructed. Sat, 09 Sep 2006 12:31:03 UTC Tuan H. Le: Hi, I have a record http://local.ricebridge.com/forum/topic.htm?f=csvman&t=9&s=all#post23 Hi, I have a record that has a char return which mess up the row output in Excel. How do I escape the return char in CvsManager CsvManager csvManager = new CsvManager(); ByteArrayOutputStream baos = new ByteArrayOutputStream(); csvManager.save(baos, data); Thanks, Tuan Wed, 06 Sep 2006 23:03:04 UTC