Free, browser-based utilities for everyday developer workflows

Developer tools for data and QA engineers

Compare exports, reconcile datasets, clean messy CSVs and prepare test data — locally, so customer data never leaves your machine.

Run the CSV Cleaner workflow →   Browse data & QA tools →

Common daily tasks

  • Compare two CSV exports by key
  • Find rows added/removed/changed
  • Dedupe and clean a list
  • Convert a CSV export to JSON
  • Build a SQL IN clause from a column
  • Reconcile QA vs prod data

Recommended workflows

Top tools for data and QA engineers

See the full data cleanup & QA tool cluster →

Why browser-local matters for data and QA engineers

QA and data work means comparing exports that may contain real customer records. Your pasted tool data is processed locally in your browser and is not uploaded for tool processing. That means you can reconcile, clean and inspect customer data without it ever leaving your machine.

FAQ

Is my CSV data uploaded anywhere?

No. Your pasted tool data is processed locally in your browser and is not uploaded for tool processing, so exports and customer data stay on your machine.

How do I compare two CSV files by a key column?

Use CSV Join & Compare: pick a key column and it reports rows that were added, removed or changed between the two files.

How do I find missing rows between two exports?

Load both files into CSV Join & Compare (or List Comparator for single columns) to see which keys exist in one file but not the other.

Can I turn a CSV column into a SQL IN clause?

Yes. Clean the column with the CSV/Line tools, then the SQL IN Builder produces an IN(...) clause you can paste into a query.

Related