reconcile_csv_tables
Compare two CSV tables by shared key columns. Find changed values, missing rows and ambiguous duplicate keys without editing either file. Price: 0.05 USDC on Base per report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left_csv | Yes | Left UTF-8 CSV, up to 1 MiB | |
| right_csv | Yes | Right UTF-8 CSV, up to 1 MiB | |
| key_columns | Yes | ||
| compare_columns | No | Default: shared non-key columns; [] compares keys only |