Private CSV file merging

CSV Merge Tool

Combine CSV files vertically by appending rows or horizontally with a lightweight key-based join.

Your data stays in your browser. Files are processed locally and are never uploaded.

Choose at least two files. Files are processed locally.

    Append rows across files

    Append mode creates a union of headers by name, handles different column order, and leaves missing cells empty.

    Join by a shared key

    Join two files by ID, email, SKU, or another column using a left or inner join. Duplicate keys in the second file are reported and the first match is used.

    Frequently Asked Questions

    No. Columns are aligned by header name.

    Left and inner joins are supported for two files.

    The tool warns you and uses the first matching row from the second file.