Ops template

CSV Cleaner and Merger

Paste one or more messy tabular exports, get a cleaned, deduped, normalized table back.

A cleanup pass for pasted spreadsheet data from mismatched sources. Drop in one or more blobs of tabular text, even with inconsistent column names and formats between them, and it returns a single normalized table: consistent snake_case columns, ISO dates, deduped rows on the strongest shared identifier, and every conflict or dropped row listed out rather than silently resolved. Example input: "Source A (CRM export): Name,Email,Company / Jane Doe,jane@acme.co,Acme. Source B (event signups): full_name,email,org / Jane Doe,jane@acme.co,Acme Corp" Example output: "{ columns: ['name','email','company'], rows: [{ name: 'Jane Doe', email: 'jane@acme.co', company: 'Acme Corp' }], duplicates_removed: 1, conflicts: [{ row_identifier: 'jane@acme.co', field: 'company', values_seen: ['Acme','Acme Corp'], value_kept: 'Acme Corp' }], dropped_rows: [] }"

The flow this template ships
InputLLM (Claude)Output
Core$0.06 / call3 steps wiredOps

Who pays: Ops and RevOps teams merging messy exports from two tools into one clean, deduped table without a spreadsheet afternoon.

How it runs
Runs on demand

Each accepted caller request triggers the 3-step flow once. Ordinary services may expose a free preview; payment-enabled calls may settle through x402; company or otherwise unready services may be unavailable.

$0.06 per run, suggested

The template opens with this intended price loaded. Launch publishes the service and its current call state. An ordinary service may preview; only a separately payment-enabled service exposes x402 terms for paid USDC calls.

Built on core nodes

The wired flow uses built-in nodes only. Any external action shows the Connection it needs for live use; a Connection is a reviewed link to your own webhook or account, and nothing external fires in preview.

Related templates
Start building

Open CSV Cleaner and Merger in the studio

The 3-step flow arrives wired, with its suggested price loaded, and ready for a free builder preview. Make it yours, then launch with its public call state reported.

Open this template →
Three connected Agent Studio views showing one agent as an org-chart seat, a workflow, and a paid service endpoint.
Seat, flow, serviceThe same agent as a seat, a flow, and a service.