Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

CSV

< >

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

#1533on 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 About Acknowledgements Extensions Day 628 Donate feedback@pldb.io