CSV (Comma-Separated Values) is the file format used to store data as a table Each line represents one row of data. And each value within a row is separated by a comma (,), making it easy to open and edit in programs such as Excel, Google Sheets Or even a plain text editor, CSV is suitable for exchanging information between different systems because its structure is simple and easy to read for both people and computers.