Convert a document to CSV For converting GPS-tracks, use a GPS-track converter! Add documentsClick here to choose files or Drop them hereUp to 50 files#Source fileSizeStatus Input format:XLS, XLSX, ODSAutomatically startI consent to collecting, storing and processing my data from this form according to Privacy Policy and Terms of Use.Convert CSV – Comma-Separated ValuesFormat introductionIn computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.Technical detailsThe CSV file format is not standardized. The basic idea of separating fields with a comma is clear, but that idea gets complicated when the field data may also contain commas or even embedded line-breaks. CSV implementations may not handle such field data, or they may use quotation marks to surround the field.