Comparestable

You have two datasets and need to find the differences between them – value mismatches, and rows that exist in only one side.

What it does

Compare reconciles two data sources row-by-row and column-by-column and shows exactly where they differ: changed values, and rows present in one source but not the other. Each source can be a CSV file, a SQL query (Oracle / GitHub), or a Report API endpoint. Typical uses: cutover rehearsals, payroll parallel testing, tenant-to-tenant checks, and post-go-live regression.

Typical workflow

  1. Select the input and output sources (two files/queries to compare).
  2. In Mapping, line up the columns and mark at least one Primary Key
  3. (how rows are matched across the two sides).

  4. Optionally add Translate (value crosswalks), Filter, or Calc
  5. (calculated columns).

  6. Run the comparison.
  7. Review Diffs on screen, read the AI Analysis of the differences
  8. (needs an AI provider), and download the Excel variance report. Monitor keeps a history of past runs you can reload.

Gotchas

Related tools