Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

CSV

< >

CSV, aka comma-separated values, is an open source data notation created in 1972.

#873on PLDB 52Years Old 9Repos
Wikipedia

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
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll