tab-separated_values_tsv
Tab-Separated Values (TSV)
See also comma-separated values (CSV), separate, separated by (delimited), separation
- Snippet from Wikipedia: 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 commonly-used comma-separated values (CSV) format.
TSV is a relatively simple format and is widely supported for data exchange by software that generally deals with tabular data. For example, a TSV file might be used to transfer information from a database to a spreadsheet.
tab-separated_values_tsv.txt · Last modified: 2025/02/01 06:26 by 127.0.0.1
