Random TSV

按行数与列数生成随机 TSV(制表符分隔)。

What Is a TSV Random Generator?

A TSV (Tab-Separated Values) file stores tabular data with cells separated by tabs, much like CSV. This tool builds a random TSV table on demand from the row and column counts you set, adding col1, col2 headers automatically so you can paste it straight into testing or demos.

Key Features

  • Adjustable rows (1-500) and columns (1-50), defaulting to 5 by 4
  • Random cell values as integers, two-decimal numbers, or word-plus-number
  • Tabs inside cells are replaced with spaces so columns stay aligned
  • One-click copy, demo, and clear buttons

Use Cases / Notes

Handy for whipping up throwaway TSV test data for analysis, import, or code development. The output is for demo purposes, not real business data.

How to Use

  1. Enter the row and column counts (leave blank for defaults)
  2. Click Generate to see the random TSV with headers
  3. Click Copy to grab the result