TABLE · NO INSTALL
reconcile ledger
Reconcile two ledgers (e.g. your books vs a bank or platform statement). Matches rows on a key column and compares an amount column, returning: rows only in A, rows only in B, and rows where amounts disagree — plus an arithmetic proof that the differences account for the gap between the two totals. One URL. No install, no API key, free quota included.
Call it
curl "https://ainetcafe.com/t/reconcile_ledger?...params"
Response contains a hosted file URL. Free anonymous quota; beyond it $0.006/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, and optionally split one column into several
merge_tables — Merge several CSVs into one
merge_tables — Merge several CSVs into one