The csv file format is commonly used in spreadsheets and databases, which uses a comma to separate the stored data fields.
The advantage is that the comma is part of the standard ASCII character set so there's no barrier to the readability of files including it; the disadvantage is that if an actual comma is present within the data, it must be surrounded by double quotes to avoid being read as a field break.
Rate Extension
Please rate how useful you found the information on this page:
(0 votes)
Comments (2)
showing
1-2
manar makhoul
2008-09-28 02:25:44
#1
I'd received a file with the extension .csv - could you tell me how to open the file.