Tab-separated values
Tab-separated values (TSV) is a plain text data format for storing tabular data where the values of a record are separated by a tab character and each record is a line (i.e. newline separated). The TSV format is a form of delimiter-separated values (DSV) and is similar to the…