CSV (Comma-Separated Values)
CSV is a simple file format used for storing and transferring tabular data. In a CSV file, data entries are separated by commas or other delimiters, making it easy to read and compatible with various database and spreadsheet applications, such as Excel and Google Sheets. CSV is commonly used in data processing and system-to-system data exchange.
See also: SQL