Random TSV Generator
Generate mock data in Tab-Separated Values format.
Configuration
Columns
Generated TSV
Tabs are used as separators
About Random TSV Generator
Tab-Separated Values (TSV) is a simple text format for storing data in a tabular structure, e.g., database table or spreadsheet data, and a way of exchanging information between databases. Each record in the table is one line of the text file. Each field value of a record is separated from the next by a tab character.
CSV vs TSV
While CSV uses commas to separate fields, TSV uses tabs. TSV is often preferred when the data itself contains commas (like text descriptions or addresses), as tabs are rarely used within data fields.
Mock Data
This tool generates realistic-looking dummy data for testing applications, populating databases, or checking data import pipelines.