Measures Concepts
GitHub icon

CSV

CSV - Data notation

< >

CSV, aka comma-separated values, is a data notation created in 1972.

#614on PLDB 52Years Old 9Repos

In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. Read more on Wikipedia...


Example from the web:
Year,Make,Model,Length 1997,Ford,E350,2.34 2000,Mercury,Cougar,2.38
Example from Wikipedia:
Year;Make;Model;Length 1997;Ford;E350;2,34 2000;Mercury;Cougar;2,38

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout