Tasks · desk · Reformatting
Build the Stripe customer import from the old billing export
stripe-customer-import · timeout 1200 s · source
The ask
Sent verbatim as the prompt. The agent works in a copy of the workspace below and sees nothing else.
We're moving billing to Stripe. Please turn the customer export from our old billing system into Stripe's customer import file using their template; Fatima's migration notes explain the columns. Save it as stripe_customers.csv.
Workspace
- billing_customers_export.xlsx
- stripe_customer_import_template.csv
- stripe_migration_notes.md
Expected deliverables
- stripe_customers.csv
Checks
The task passes only when every required check passes. Reference answers, tolerances, and the planted traps are in the repository, not here.
| Check | Type | Required | Failed (frozen) / 6 |
|---|---|---|---|
| Stripe template columns, exact order | csv_columns | yes | 0 |
| one customer per legacy account | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| currency | csv_values_match | yes | 0 |
| address lines | csv_values_match | yes | 0 |
| city, state and postal code | csv_values_match | yes | 0 |
| plan metadata | csv_values_match | yes | 0 |
Recorded results, complete desk comparison
pass pass, frozen scorer only fail timed out
| System | Repetitions | Frozen / 3 | Raw / 3 | Median minutes | Mean cost (USD) |
|---|---|---|---|---|---|
| Proto / DeepSeek V4.1 Flash | 3 | 3 | 1.7 | 0.0221 | |
| Codex / GPT-5.6 sol | 3 | 3 | 2.2 | 0.2671 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "stripe-customer-import".