What is a CSV file?
CSV (Comma-Separated Values) is a simple file format used to store tabular data. Each line represents a row, and values are separated by commas. CSV files are widely used for data exchange between different applications, databases, and spreadsheets.