TABLE · NO INSTALL
diff tables
Compare two tables row by row on a key column and report what differs — rows only in A, only in B, and rows present in both whose other columns disagree (with the exact column and both values). This is the job people do by hand with VLOOKUP. Unlike reconcile_ledger it needs no amount column, so it also works for name lists, inventory counts, and permission tables. One URL. No install, no API key, free quota included.
Call it
curl "https://ainetcafe.com/t/diff_tables?...params"
Response contains a hosted file URL. Free anonymous quota; beyond it $0.003/call (pay per call, or pair for a bigger free tier).
Also callable via MCP and the Python SDK.
Same family
clean_table — Tidy a messy CSV: drop duplicate rows, trim whitespace, unify blank values, remove empty rows/columns, split one column into several, transpose rows/columns, or reshape a wide table into a long one (the format analysis tools want)
merge_tables — Merge several CSVs into one
reconcile_ledger — Reconcile two ledgers (e
merge_tables — Merge several CSVs into one
reconcile_ledger — Reconcile two ledgers (e