Tab delimited
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Text-based data |extensions={{ext|tsv}} |mimetypes= {{mimetype|text/tab-separated-values}} }} Like CSV, '''Tab delimited''' fi...") |
Revision as of 04:50, 1 December 2012
Like CSV, Tab delimited files are structured data sets consisting of one record per line with fields separated by a delimiter, in this case the tab character (character #9 in the C0 controls, shared by ASCII, Unicode, and many other character sets). The first line consists of headers giving the column names. The field values are expected not to have tab characters in them, thus removing the need for special quoting or escaping.