Quote:
|
Originally Posted by AndyCJPonyParts
There is a difference in file size when save these two different ways. WHAT IS HAPPENING THAT CAUSES FILE SIZE LOSS?
|
Just rename the .csv file to .txt and open it in Notepad to see what's happening. CSV files are quite easy to read, they're simply (drumroll) a list of
comma
separated
values in ASCII...
Edit: BTW, you might have to make file extensions visible to rename the file to .txt. I have no idea what OS you're using, and I don't even know how to do it in Vista, so you're on your own there. If in doubt, get a good text editor that doesn't care what the extension is.