壊れたCSVファイル(inconsistent-columns)
File info
| Format | CSV |
|---|---|
| File size | 231 B(231 bytes) |
| MIME Type | text/csv |
| MD5 | 05b4b3eb78ff02d592b8da7795c1b4f7 |
| SHA-1 | 1d445e2755abc392ffb91da04c26feab06780c4b |
| SHA-256 | 945585ab5430a54b677c8fe5e55dfd4f3e3d80f05b867753df8655f5d21e7470 |
Download via command line
curl
curl -O https://devlab.lb-product.com/files/broken/csv/broken-csv-columns.csv
wget
wget https://devlab.lb-product.com/files/broken/csv/broken-csv-columns.csv
PowerShell
Invoke-WebRequest -Uri "https://devlab.lb-product.com/files/broken/csv/broken-csv-columns.csv" -OutFile "broken-csv-columns.csv"
About this file
列数が不揃いのCSVファイルです。エラーハンドリングの検証やバリデーション処理のテストに使用できます。
実際の運用では、ネットワーク障害による転送途中のファイル、ストレージ破損、不正な拡張子のファイルなど、壊れたファイルに遭遇することがあります。このテストファイルを使って、アプリケーションがそのようなケースを適切にハンドリングできるか検証してください。
テスト項目の例
- ファイルバリデーションが正しくエラーを検出するか
- エラー時にユーザーへ適切なメッセージが表示されるか
- 壊れたファイルでアプリケーションがクラッシュしないか
- ログに十分な情報が記録されるか
FAQ
- Is this file free to use?
- Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
- What is inside the file?
- Dummy data generated for testing — sized to match the listed size exactly.
- What are the hash values for?
- Verify integrity after download or use them as test data for hashing libraries.