CSV Cleaner
Trim whitespace and drop empty rows from a CSV file.
Runs in your browserAbout this tool
Data exported from different systems often carries small inconsistencies — trailing whitespace around values, occasional completely empty rows — that don't break anything visually but can cause exact-match comparisons, imports or lookups to silently fail. This tool trims whitespace and drops empty rows from a CSV, a quick pass of basic hygiene before feeding the data into another system that expects it clean.

