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!

import from dsv files and export to csv files

807580Apr 29 2010 — edited Apr 30 2010
hi every body..

how can I create a project in NetBeans which does:

1- import a .dsv (Delimiter-Separated Values) file content and save it to array
- the values in this format separated by fixed commas

example
"AIG" "Insurance" "64.91" "25/11/06"


2- export into .csv file (Comma Separated Value)
-the values in this format separated by commas

example:
AIG,Insurance,64.91,25/11/06
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2010
Added on Apr 29 2010
5 comments
1,711 views