Remove leading and trailing whitespace from every cell in a CSV file. Fix hidden spaces causing import failures. Browser-based, no upload.
Privacy: Everything runs locally in your browser. Your source file is not uploaded to JAD Apps servers.
Strip leading and trailing whitespace from every cell in a CSV. Hidden spaces and tabs are the #1 cause of 'two records that should match don't match' bugs in CRMs and dedupers. One click, in-browser.
Free is enough for most one-off jobs. Pro raises the file and batch caps; Pro + Media unlocks GB-scale streaming and unlimited duration.
Larger files supported on Developer (5 GB CSV) and Enterprise (unlimited). All processing happens in your browser — files never reach a server.
Drop the CSV
Trimming runs automatically once the file loads.
Review the cells-trimmed count
See exactly how many cells had leading or trailing whitespace removed.
Download
Filename gets a `.trimmed.csv` suffix.
No — only leading and trailing whitespace. 'New York City' stays 'New York City'; ' New York City ' becomes 'New York City'.
Yes — `String.trim()` removes all Unicode whitespace including spaces, tabs, newlines, and zero-width characters.
Yes — header cells are trimmed too, which is usually what you want when downstream tools match headers by name.
Privacy
Everything runs locally in your browser. Your source file is not uploaded to JAD Apps servers.
Clean a CSV file online — remove empty rows, trim whitespace, deduplicate, and repair malformed rows. Free, browser-based, no upload.
Remove special characters, emoji, and non-alphanumeric symbols from CSV cells. Fix encoding issues before database or system imports. Browser-based, no upload.
Search and replace any text or pattern across all CSV cells. Supports plain text, case-insensitive, and regex modes. Browser-based, no upload.