CSV - Comma-Separated Value (Variable)

(C-S-V)

A file format used primarily to transfer basic data between databases and spreadsheets. Each line (up to the carriage return) is considered a record. Fields within each record are divided by a comma (or semi-colon if the originating local uses the comma as a period in currency -- resulting in conversion problems if you are not careful and don't know the delimiter being used).

Each line must have the same number of fields (commas). If a comma or leading and/or trailing blanks appear in any field value the field must be enclosed by quotes (") to indicate the information is data and not a field divider.

In some cases, particularly if the CSV file is output from a database, there will be a header row that starts the file. This header row will contain the database field names with a comma between.

More Information


Comments (0)

Post a Comment
* Your Name:
* Your Email:
(not publicly displayed)
Reply Notification:
Approval Notification:
Website:
* Security Image:
Security Image Generate new
Copy the numbers and letters from the security image:
* Message:

These pages may have broken or outdated links on them. If you find one please leave a comment and I'll fix that. If you know of a better link please also leave a comment so it can be added. Thank you.