Comma Separated Values: Difference between revisions

From VistApedia
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 3: Line 3:


The values of each column (field) are separated by commas. When the value is a string of characters, the values are surrounded by double quotes. (double quote is the [[ASCII Characters]] number 34).
The values of each column (field) are separated by commas. When the value is a string of characters, the values are surrounded by double quotes. (double quote is the [[ASCII Characters]] number 34).
----
[[Category:Glossary]]

Revision as of 20:30, 10 February 2010

Comma Separated Values Files are Host Operating System Files that store the data in a spreadsheet or the entries in a FileMan File. The format was created by Lotus-123.

The values of each column (field) are separated by commas. When the value is a string of characters, the values are surrounded by double quotes. (double quote is the ASCII Characters number 34).