Upload multiple CSV files and merge them. Supports row append, dedup, and sorting. Data stays in browser.
No dependencies ยท Client-side onlyUpload CSV Files
๐
Drag CSV files here, or click to browse
FAQ
What CSV formats are supported?
Supports standard comma-separated CSV files with automatic quote handling. Other delimiters (semicolon, tab) are auto-detected.
How does merging work?
Row append: data rows from each CSV are concatenated. If "Skip header" is checked, only the first file's header row is kept.
Is my data safe?
Completely safe. Everything runs locally: CSV Merger and other values are processed on your device, never sent to a server. Files are never uploaded to any server.