import from dsv files and export to csv files
807580Apr 29 2010 — edited Apr 30 2010hi 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