Clean a table against a stated schema (paid, $0.02 USDC)
clean_tableNormalise a delimited table to the fields you name: dates to ISO, money to numbers, text collapsed, optional deduplication. Anything that cannot be read with certainty is returned as an exception with a reason, never guessed. Every delivered cell is re-checked against its source token before the response is built. Deterministic. PAID: $0.02 USDC on Base mainnet, settled by Circle Gateway via x402 v2; call without payment to receive the PaymentRequired terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | The delimited table, including its header row (1–48000 bytes, at most 2000 data rows). | |
| fields | Yes | The agreed schema: which source column becomes which output field, and of what type. | |
| dateOrder | No | Your system's date order. The file's own proof always wins over this. | |
| dedupeKey | No | Output field to deduplicate on. Omit for no deduplication. |