Test files › Web and text formats › data.tsv
Sample TSV file (data)
Tab-separated values with a header row and a field that itself contains spaces.
↓ Download data.tsv| Filename | data.tsv |
| Format | TSV |
| Size | 80 bytes (80 bytes) |
| MIME type | application/octet-stream |
| SHA-256 | 4f207e63c97aca7063ba37237cf4c32ced1d0fc46a2a06120e70d001eee7ed11 |
What this file catchesImporters that treat TSV as "CSV with commas" and split on the wrong delimiter, or that collapse runs of whitespace and merge the tab-separated columns.
Download & verify
curl -fsSL -o "data.tsv" "https://files.hexaqa.com/web/data.tsv"
curl -fsSL "https://files.hexaqa.com/web/data.tsv" | sha256sum
# expect: 4f207e63c97aca7063ba37237cf4c32ced1d0fc46a2a06120e70d001eee7ed11