TSV sample file
tsv_sample_file_2MB.tsv
2.0 MB
text/tab-separated-values
SHA256 verified
File details
Filename
tsv_sample_file_2MB.tsvSize2.0 MB (2097209 bytes)
MIME type
text/tab-separated-valuesExtension
.tsvSHA256
5211a855dca4df48d8f3d0f23da90eda7716d7d86059599edf7d84d95c46c2e5Download commands
Use in scripts and tests
curl -L -o tsv_sample_file_2MB.tsv \
https://samplefile.com/samples/download/document/tsv/tsv_sample_file_2MB.tsv/
wget -O tsv_sample_file_2MB.tsv \
https://samplefile.com/samples/download/document/tsv/tsv_sample_file_2MB.tsv/
import requests
url = "https://samplefile.com/samples/download/document/tsv/tsv_sample_file_2MB.tsv/"
resp = requests.get(url)
with open("tsv_sample_file_2MB.tsv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/document/tsv/tsv_sample_file_2MB.tsv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("tsv_sample_file_2MB.tsv", buf);
# Download and verify SHA256
curl -L -o tsv_sample_file_2MB.tsv https://samplefile.com/samples/download/document/tsv/tsv_sample_file_2MB.tsv/
echo "5211a855dca4df48d8f3d0f23da90eda7716d7d86059599edf7d84d95c46c2e5 tsv_sample_file_2MB.tsv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/document/tsv/tsv_sample_file_2MB.tsv/").content
assert hashlib.sha256(data).hexdigest() == "5211a855dca4df48d8f3d0f23da90eda7716d7d86059599edf7d84d95c46c2e5"
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_1MB.tsv |
1.0 MB | 9324ed24aafb92bd… |
Download |
tsv_sample_file_200KB.tsv |
200.0 KB | 5fed28a7d09fca77… |
Download |
tsv_sample_file_500KB.tsv |
500.0 KB | b67fd9b71c9e91c3… |
Download |
Learn more