Compare Two CSV or XLSX Files
Compare two spreadsheet files using a selected key and group records into matched, missing, duplicate and conflicting buckets.
Append two CSV, TSV or XLSX datasets and align their fields by header name in a downloadable CSV export.
This merge tool appends the rows from two datasets and builds a union of their column headers. When one file contains a field that the other file does not, ReconNimble leaves that field blank rather than shifting values into the wrong column. The workflow is useful for monthly exports, regional lists, vendor files and historical datasets that share most—but not necessarily all—of their schema. Processing occurs within the current PHP request, the uploaded temporary files are not copied into public storage and the generated CSV is available through an expiring private token.
This operation appends rows; it does not match or consolidate records with the same key. Very large files are rejected according to the configured row and upload limits.
The result contains the union of both header sets and leaves unavailable values blank.
No. ReconNimble creates a separate CSV export.
Delivery 1 accepts two files per operation. Multi-way workflows are planned for Delivery 2.
Compare two spreadsheet files using a selected key and group records into matched, missing, duplicate and conflicting buckets.
Suggest column mappings between two files using normalized header names, business synonyms and sampled data types.
Profile column types, blanks, uniqueness, maximum text length and sample values before mapping or importing a dataset.