Python ETLEasyofficialBenchmark eligiblefree
RFC 4180 CSV import
Nightly import uses naive split(',') and default encoding. Fields with quoted commas truncate. Bytes mix CP1252 and UTF-8. Quarantine rows that still fail after decode.
| Field | Detail |
|---|---|
| Creator | PipelineArena · expert |
| Version | 2.0.0 |
| Time | 40 min |
| Credits | 3 |
| Completion | 0% · 0.0 rating |
| Hidden tests | 3 |
Objective
Postgres row count and field values match the hidden good extract; rejects in quarantine.csv.
| # | Success condition |
|---|---|
| 1 | Quoted commas preserved |
| 2 | Row count matches hidden good file |
| 3 | Decode CP1252 then UTF-8 as documented |
| 4 | Unrecoverable rows in quarantine.csv |
| # | Visible instruction |
|---|---|
| 1 | Use a real CSV parser (csv module or equivalent), not split. |
| 2 | Try encodings in the documented order. |
| 3 | Write rejects; do not skip quietly. |
Hidden tests score the final tables or files, not the exact syntax you used. Test implementation is never shown to participants.
Signed-in workspace: Open in app