Join Data to TSV Data
Join data to your Tab Separated Values data quickly
Join Data
Joining brings your Tab Separated Values file together with a second dataset by matching rows on the columns you choose, so related data ends up in one table. Pick an Inner, Left, Right, or Full join to decide which rows are kept when a match is missing. Perfect for enriching records, adding reference or lookup data.
Tab Separated Values
A Tab Separated Values (TSV) file is a simple text format for storing data in a tabular structure. Each row in the table is represented by a line of text in the file. Within each row, columns of data are separated by tabs. This format is useful for moving data between programs or systems that handle tabular data, such as spreadsheets and databases. TSV files are easy to read and write by both humans and machines. They are especially useful when handling data that contains special characters or commas since the tab character is less likely to appear in field data than commas.