Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

TSV

TSV - Data notation

< >

TSV, aka tab-separated values, is a data notation created in 1993.

#575on PLDB 30Years Old 1.0kUsers
0Books 0Papers 0Repos

A tab-separated values (TSV) file is a simple text format for storing data in a tabular structure, e.g., database table or spreadsheet data, and a way of exchanging information between databases. Each record in the table is one line of the text file. Each field value of a record is separated from the next by a tab character. Read more on Wikipedia...


Example from Wikipedia:
Sepal length Sepal width Petal length Petal width Species 5.1 3.5 1.4 0.2 I. setosa 4.9 3.0 1.4 0.2 I. setosa 4.7 3.2 1.3 0.2 I. setosa 4.6 3.1 1.5 0.2 I. setosa 5.0 3.6 1.4 0.2 I. setosa
beads-lang.html 路 tsv.html 路 kixtart.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com