Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Writing CSV file from java object

807603Feb 22 2008 — edited Feb 27 2008
I am going to write a CSV file from a list of java objects. I can use easily FileWriter for this.
One suggested me to convert the java objects to an XML and then convert the XML to file using XSTL. He told this is more efficient than directly writing Java objects to file using FileWriter. Is it true?

Please reply. Thank u in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2008
Added on Feb 22 2008
10 comments
1,657 views