TSV sample file

tsv_contact_directory_sample.tsv

203 B text/tab-separated-values SHA256 verified
File details
Filenametsv_contact_directory_sample.tsv
Size203 B (203 bytes)
MIME typetext/tab-separated-values
Extension.tsv
SHA256bc20dc1eba3831a42baa1ad4422428a9a3a5499db2d1f194c0961e765bd900fc
Download commands

Use in scripts and tests

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

Other TSV Sample Files

Filename Size SHA256 Download
tsv_audit_log_review_sample.tsv 311 B 264b327882275c16… Download
tsv_customer_export_sample.tsv 197 B 2c05e867766df17f… Download
tsv_sample_file_1MB.tsv 1.0 MB 9324ed24aafb92bd… 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