What is a CSV file?
CSV stands for Comma-Separated Values. It's a plain-text format used to store tabular data, like a spreadsheet or database table. Each line is a row of data, and each value within a row is separated by a delimiter (comma by default). CSV is supported by Excel, Google Sheets, LibreOffice, and effectively every database and programming language.
Read the full guide →