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

Runs 100% locally

Trim extra spaces and strip out odd characters.

description Using contacts_messy.csv from the upload screen.
Preview: contacts_messy.csv

4,120 rows, 4 columns

check Show hidden characters
· Whitespace Smart / special Control
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
minimal: trim and collapse whitespace only — no character substitutions.
excel-hygiene: trim, collapse whitespace, fold smart quotes, strip invisible chars, normalize line endings, and normalize accented characters.
paranoid: everything in excel-hygiene plus strip control characters, strip BOM, and normalize accented and look-alike characters (lossy).
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 Normalize accented characters (NFC)
Normalize accented and look-alike characters (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…)
Same setting as “Show hidden characters” in the preview above — toggling either updates both.

Changes by column

columncells_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.


arrow_forwardText cleaned. Next, most files need: Standardize Formats →