
The benefit of this approach is that it allows the transfer of data across different applications. However CSV differs from other delimiter separated file formats in using a double quote character around fields that contain reserved characters (such as commas or newlines).

CSV is one example of a delimited text file, which uses a comma to separate values (many other implementations of CSV allow different seperators such as back or forward slash to be used).
Csv to xml converter for mac code#
In computers, a CSV file contains the different values in a table as a series of ASCII (American Standard Code for Information Interchange) text lines which are then organised so that each column value is separated by a comma from the next columns value and each row starts a new line. A CSV file is sometimes referred to as a flat file. Microsoft Excel, a leading spreadsheet or relational database application, can read CSV files. A CSV file is a way to collect the data from any table so that it can be conveyed as input to another table-oriented application such as a relational database application.
