TPToolpazar

Global Araç

Csv Cleaner

Before

7

After

4

Removed

3

Cleaned CSV

A CSV cleaner that fixes the things that break imports: trims whitespace in every cell, collapses double quotes, normalizes line endings to \n, removes empty rows, dedupes rows by any column, and escapes stray commas inside fields. Drop a file or paste CSV, toggle the rules you need, and copy the cleaned output.

Pair with CSV viewer to check the before/after, or CSV to JSON if you need the cleaned data in JSON. When the file's really tab-separated, start with TSV to CSV.

Nasıl Kullanılır

  1. Drop your CSV file or paste rows.
  2. Turn on the cleanups you need — trim, dedupe, normalize line endings.
  3. Pick a dedupe key column if you want row-level deduping.
  4. Copy the cleaned CSV or download it.