CSV input
email,name a@x.com,Ada a@x.com,Ada b@x.com,Bob
Deduped
email,name a@x.com,Ada b@x.com,Bob
Data Tools
Deduplicate CSV rows by whole-line comparison or selected key columns. Runs locally in your browser—useful for cleaning exports and mailing lists.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
数据格式
支持多列组合去重,用逗号分隔,如 name,email
等待输入
已复制结果
CSV input
email,name a@x.com,Ada a@x.com,Ada b@x.com,Bob
Deduped
email,name a@x.com,Ada b@x.com,Bob
The tool compares entire rows and keeps the first occurrence of each unique line.
Yes. Enter comma-separated names or indexes such as name,email.
Tools
Continue with another translated tool for a nearby task.
CSV Column Extractor
Extract selected CSV columns by header name or zero-based index and export as CSV, JSON, or a plain list. Processing stays in your browser—useful for trimming wide exports.
Remove Duplicate Lines
Remove duplicate lines from multiline text with options to ignore case, trim edges, keep first-seen order, and review frequency stats. Processing stays in your browser.
CSV to JSON
Convert CSV tables to JSON arrays in your browser. Supports comma, tab, semicolon, or pipe separators and optional header rows. Processing stays local—useful for exports, API samples, and light imports.