|
About Comma-Separated Values
CSV (Comma-Separated Values) is a format of files for storing tabular data. CSV files are common on all computer platforms.
CSV format separates fields or columns by the comma character and records or rows by newlines. It differs from other delimiter separated file formats in using a double quote (") character before and after fields with reserved characters. A CSV file can contain only one table. |
Supported by converters
Convertability
