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