TSV sample file
tsv_sample_file_5MB.tsv
5.0 MB
text/tab-separated-values
SHA256 verified
File details
Filename
tsv_sample_file_5MB.tsvSize5.0 MB (5242937 bytes)
MIME type
text/tab-separated-valuesExtension
.tsvSHA256
291597f4df75d532d36e0d843a5dbb4d4c35bc903d607c8253cf1f4a800706b0Download commands
Use in scripts and tests
curl -L -o tsv_sample_file_5MB.tsv \
https://samplefile.com/samples/download/document/tsv/tsv_sample_file_5MB.tsv/
wget -O tsv_sample_file_5MB.tsv \
https://samplefile.com/samples/download/document/tsv/tsv_sample_file_5MB.tsv/
import requests
url = "https://samplefile.com/samples/download/document/tsv/tsv_sample_file_5MB.tsv/"
resp = requests.get(url)
with open("tsv_sample_file_5MB.tsv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/document/tsv/tsv_sample_file_5MB.tsv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("tsv_sample_file_5MB.tsv", buf);
# Download and verify SHA256
curl -L -o tsv_sample_file_5MB.tsv https://samplefile.com/samples/download/document/tsv/tsv_sample_file_5MB.tsv/
echo "291597f4df75d532d36e0d843a5dbb4d4c35bc903d607c8253cf1f4a800706b0 tsv_sample_file_5MB.tsv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/document/tsv/tsv_sample_file_5MB.tsv/").content
assert hashlib.sha256(data).hexdigest() == "291597f4df75d532d36e0d843a5dbb4d4c35bc903d607c8253cf1f4a800706b0"
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_2MB.tsv |
2.0 MB | 5211a855dca4df48… |
Download |
Learn more