Merge Data with TSV Data
Merge data with your Tab Separated Values data quickly
Merge Data
Merging stacks your Tab Separated Values file together with one or more datasets, appending their records underneath so everything lands in one table. The result includes every column found across all datasets, and you choose which column from each dataset fills each one. Perfect for combining exports from different periods, regions, or systems into a single dataset.
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.