Tab delimited

From Just Solve the File Format Problem
Revision as of 04:50, 1 December 2012 by Dan Tobias (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
File Format
Name Tab delimited
Ontology
Extension(s) .tsv
MIME Type(s) text/tab-separated-values


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.

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox