CSV to TXT: how to

A

Alex

I have Excel .CSV file(480Kb), text data already converted
in data base format, so I just need create text file
(.txt). But when I tried copy data from Excel, then paste
it into Notepad, it shows message "not enough memory.."
Hove I can copy/paste data from Excel in Notepad?
Thanks
 
A

AA2e72E

You must be using Windows 95 or possibly Windows 98. Are you

Earlier versions of NotePad could not cope with more than 64K of data. If you have WorkPad,use that instead.
 
B

Bob Phillips

or even get a copy of Textpad at www.textpad.com, not supported anymore, but
still doqnloadable.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

AA2e72E said:
You must be using Windows 95 or possibly Windows 98. Are you?

Earlier versions of NotePad could not cope with more than 64K of data. If
you have WorkPad,use that instead.
 
A

Alex

Yes, I use Windows-98. Now with WordPad this normal,O.K.
Perhaps, there is some convenient tool allowing precisely
convert Excel .csv file to text data file (.txt)avoiding
some interim steps(macros etc)? (though it not a very
difficult)

-----Original Message-----
You must be using Windows 95 or possibly Windows 98. Are you?

Earlier versions of NotePad could not cope with more than
64K of data. If you have WorkPad,use that instead.
 
D

Dave Peterson

CSV files are text files (each field separated by a comma).

What do you mean by .Txt?

(Maybe a simple rename would be sufficient.)
 
Top