English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to create a program in Java to manipulate .CVS file type extension and change that extension to .TXT the thign is I don't know how CVS files works . who can help me with..?

2006-10-03 05:15:12 · 3 answers · asked by Rob 3 in Computers & Internet Programming & Design

3 answers

I think you mean CSV file -- comma separated value. Each item of information is separated by a comma, with a "return" at the end of the record.

This format will allow you to import it into many files. For example:

To import it into Excel --
1. open a blank Excel document
2. click File, click Open
3. locate and select the CSV file
you will have to indicate that fields/items are comma separated
The CSV file will be imported.

From Excel, you File, Save as.
After indicating where to save, giving the file a name, click the down-arrow on Type, and select text.
File will have a txt extension.

2006-10-03 05:22:26 · answer #1 · answered by TheHumbleOne 7 · 0 0

Duh...as if you didn't know what you meant.

Anyway...go here. It might fill in some of the blanks for you, or at the very least be a starting point.

2006-10-03 05:24:23 · answer #2 · answered by Zelda 6 · 0 0

You mean, *.CSV (Comma-Separated Variables), right?

2006-10-03 05:19:21 · answer #3 · answered by NC 7 · 0 0

fedest.com, questions and answers