- How do I compare two payroll runs?
- Export both periods from your payroll system as CSV or XLSX, load one into each side, and pick the employee number as the column that identifies a row. You get a count of matched, changed, added, removed and duplicate records, then every changed field with the old value beside the new one.
- Will it show me pay rate changes specifically?
- Yes. Any column whose value differs between the two files is reported as a change, field by field, so a changed pay rate or a changed bank account appears with both the previous and the current value.
- What if an employee appears twice in one file?
- Duplicates on the identifying column are counted and listed separately, so a record entered twice does not quietly become a single row.
- Is my file uploaded anywhere?
- No. Both files are read and compared inside this browser tab. Nothing is sent to a server, there is no account, and closing the tab discards everything.
- What file formats does it accept?
- CSV and XLSX. Both sides can be different formats — a CSV against an XLSX works.
- How large a file can it handle?
- It has been measured on 100,000 rows a side. Large files take a few seconds to parse, and the comparison itself runs in well under a second.
- Can I export the differences?
- Yes. The result can be exported as CSV or XLSX, so you can attach it or keep it with the period’s paperwork.