Comma Separated Value – CSV

Internet Glossary icon

Comma Separated Values (CSV) is a simple file format used for storing and exchanging tabular data. It is a plain text format where data fields are separated by commas, and each row represents a new line in the file. CSV files allow for the organised representation of structured data, commonly used for spreadsheets and databases.

Translate »