TSV sample file

tsv_sample_file_1MB.tsv

1.0 MB text/tab-separated-values SHA256 verified
File details
Filenametsv_sample_file_1MB.tsv
Size1.0 MB (1048576 bytes)
MIME typetext/tab-separated-values
Extension.tsv
SHA2569324ed24aafb92bde4c9c444952904ba7e90746ccb1ae7a8c2d2dc1c09978f3f
Download commands

Use in scripts and tests

curl -L -o tsv_sample_file_1MB.tsv \
  https://samplefile.com/samples/download/document/tsv/tsv_sample_file_1MB.tsv/
More TSV files

Other TSV Sample Files

Filename Size SHA256 Download
tsv_audit_log_review_sample.tsv 311 B 264b327882275c16… Download
tsv_contact_directory_sample.tsv 203 B bc20dc1eba3831a4… Download
tsv_customer_export_sample.tsv 197 B 2c05e867766df17f… Download
tsv_sample_file_200KB.tsv 200.0 KB 5fed28a7d09fca77… Download
tsv_sample_file_2MB.tsv 2.0 MB 5211a855dca4df48… Download
tsv_sample_file_500KB.tsv 500.0 KB b67fd9b71c9e91c3… Download
View all TSV files →
Learn more

TSV Guides and Comparisons

CSV vs TSV

Choose between comma-delimited CSV and tab-delimited TSV for tabular exchange.

Open comparison

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read guide

Case Study: CSV Parser Failure on Malformed Quotes

A parser reliability incident that exposed brittle assumptions in CSV ingestion and schema validation.

Read guide

Case Study: MIME Mismatch Blocking Legitimate Uploads

A production-style incident where strict type checks rejected real user files and how policy was corrected.

Read guide