The Free On-line Dictionary of Computing (30 December 2018):
tab-separated values TSV(TSV) A file format used as a portable representation of a database. Each line represents one entry or record; and in every line, each field is separated from the next by a tab character (HT). Compare CSV. (2001-03-16)