CSV is a simple file format used to store and exchange structured data, where values are separated by commas. It is widely used for importing and exporting tabular data between databases, spreadsheets, and software applications due to its lightweight and human-readable format. Each line in a CSV file represents a row, with values separated by delimiters like commas, semicolons, or tabs.
Also known as: CSV file format, flat-file format.
A company exports user data from a database into a CSV file for analysis in a spreadsheet application:
This format allows easy sharing and importing of structured data across different platforms and tools.