visibility Static layout preview of Clean Text, shown with a file imported and a completed run (results metrics, changes-by-column, before/after examples, cleaned preview, downloads). All pages →

Clean Text

Trim extra spaces and strip out odd characters.

upload_file Drag and drop file here Up to 1.5 GB · CSV, TSV, XLSX, XLS · encoding auto-detected
contacts_messy.csv 684 KB
Preview: contacts_messy.csv

4,120 rows, 4 columns

check Show hidden characters in preview
nameemailcompanynotes
0·Jane Doe·jane@acme.ioAcme·Inc.VIP
1Bob  Smithbob@globex.comGlobex
2Ana Lópezana@initech.comInitech·follow up
3Wei ChenWEI@umbrella.coUmbrella“keyaccount”

Options
excel-hygiene (recommended) minimal paranoid
excel-hygiene: trim, collapse whitespace, fold smart quotes, strip invisible chars, normalize line endings, NFC.
Advanced options
check Trim leading/trailing whitespace
check Collapse internal whitespace
check Normalize line endings (\r\n → \n)
check Strip control characters
check Strip BOM
check Fold smart characters (curly quotes, em-dash, NBSP)
check Strip zero-width / invisible characters
check Unicode NFC normalization
Unicode NFKC compat fold (lossy: ① → 1, fi → fi)

Scope

name email company notes
Choose columns to leave untouched

Case conversion

None


Results

Cells scanned
16,480
Cells changed
3,947
% changed
24.0%
Columns processed
4
check Show hidden characters (NBSP, ZWSP, smart quotes, control chars…)

Changes by column

cells_changed
company1,604
name1,210
notes982
email151

Examples (first 25 changes)

RowColumnBeforeAfterOps applied
1name·Jane Doe·Jane Doetrim
1companyAcme·Inc.Acme Inc.fold_smart
1notesVIPVIP"fold_smart
2nameBob··SmithBob Smithcollapse_ws
2emailbob@globex.combob@globex.comstrip_zero_width
2notesstrip_control
3companyInitech·Initechtrim
4nameWei ChenWei Chentrim
4notes“keyaccount”"key-account"fold_smart, nfc

Cleaned preview (first 10 rows)

nameemailcompanynotes
0Jane Doejane@acme.ioAcme Inc.VIP"
1Bob Smithbob@globex.comGlobex
2Ana Lópezana@initech.comInitechfollow up
3Wei ChenWEI@umbrella.coUmbrella"key-account"

Changed cells highlighted. Toggle “Show hidden characters” to inspect the invisibles being removed.