📋

TSV

Tab-separated values

What is TSV?

TSV (Tab-Separated Values) is a text format for representing tabular data where values are separated by tab characters. TSV is often used for data exchange between systems, especially when data contains commas. The format is popular in processing large volumes of data and system integration.

Available operations