1.3 · Lesson

CSV files

CSV files store data in a structure where a special character, usually a comma, separates each value in a row, and each record is a new row in the file.

CSV files are simple text files - you can open them with any text editor (e.g. Notepad or TextEdit). You can also open them with a spreadsheet application (e.g. Excel or Google Sheets).