Document format
Arquivos de amostra CSV
Comma-Separated Values (.csv) files encode tabular data in a simple text-based format where each row is a record and commas (or other delimiters) separate fields. Ubiquitous in spreadsheets, databases, and ETL pipelines, CSV’s human-readable structure can hide edge cases like embedded delimiters, quoted fields, or multiline entries. Use sample .csv files to exercise parser resilience, header recognition, alternative delimiters (semicolon, tab), and streaming import in low-memory environments.
22 arquivos
All to 250MB
SHA256 verified
Manifest included
Quick facts
CategoriaDocument
Total Files22
Extension.csv
MIMEtext/csv
Opens withExcel, Google Sheets
ManifestJSON
Files first
CSV Sample Files — Download
Starter file
BaixarQuoted-Field CSV
Download FixtureMultiline-Field CSV
Download FixtureInconsistent-Columns CSV
Baixar
All (22)
50KB (11)
200KB (1)
500KB (1)
1MB (1)
2MB (1)
5MB (1)
10MB (1)
25MB (1)
50MB (1)
100MB (2)
250MB (1)
| Nome do arquivo | Tamanho | MIME | Baixar |
|---|---|---|---|
| 139 B | text/csv |
Baixar
|
|
| 229 B | text/csv |
Baixar
|
|
| 129 B | text/csv |
Baixar
|
|
| 118 B | text/csv |
Baixar
|
|
| 125 B | text/csv |
Baixar
|
|
| 106 B | text/csv |
Baixar
|
|
| 119 B | text/csv |
Baixar
|
|
| 100.0 MB | text/csv |
Baixar
|
|
| 100.0 MB | text/csv |
Baixar
|
|
| 10.0 MB | text/csv |
Baixar
|
|
| 1.0 MB | text/csv |
Baixar
|
|
| 200.0 KB | text/csv |
Baixar
|
|
| 250.0 MB | text/csv |
Baixar
|
|
| 25.0 MB | text/csv |
Baixar
|
|
| 2.0 MB | text/csv |
Baixar
|
|
| 500.0 KB | text/csv |
Baixar
|
|
| 50.0 KB | text/csv |
Baixar
|
|
| 50.0 MB | text/csv |
Baixar
|
|
| 5.0 MB | text/csv |
Baixar
|
|
| 121 B | text/csv |
Baixar
|
|
| 86 B | text/csv |
Baixar
|
|
| 1.6 KB | text/csv |
Baixar
|
No files match the current filter. Switch to another chip or size range.
Use cases
CSV Testing Workflows
Compare and decide
CSV Format Comparisons
CSV vs JSON
Compare tabular vs structured dataSQL vs CSV
Compare loader vs seed replayFAQ and reference
CSV File FAQ
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?
Validation Methodology
- Test parser behavior on varied sizes and edge-case encodings.
- Validate text extraction and metadata integrity.
- Confirm conversion and round-trip fidelity where applicable.
Matriz de fixtures
Use the curated CSV matrix to choose the right clean, edge-case, and broken fixtures for this format.
Abrir matriz
Pacotes de fluxo de trabalho
Edge-Case Fixtures