Find & Replace in CSV Files Online
Find and replace text values in CSV files directly in your browser. Supports plain text and regex patterns across any column — no upload required.
About this tool
Find and replace text values across any column in a CSV file. Supports plain text matching and regular expressions. A fast way to fix typos, standardise codes, or mask sensitive values before sharing data.
Frequently Asked Questions
Does find & replace in a CSV file change the original file?
No. A new file is created with the replacements applied and offered for download. Your original file is untouched.
Can I use regular expressions for find & replace in a CSV file?
Yes. Enable the regex toggle and enter any standard regular expression. This tool uses RE2 syntax — all common patterns work, but lookaheads and backreferences are not supported.
Which columns are affected by find & replace in a CSV file?
Choose "All text columns" to apply the replacement across every VARCHAR column at once, or pick a specific column from the dropdown for a targeted replacement.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Add UUID Column to CSV Files Online
Add a UUID column to CSV files directly in your browser. Generate random UUIDv4 or time-ordered UUIDv7 identifiers for every row. Choose the column name and position — no upload required.
Pad Column in CSV Files Online
Left-pad or right-pad a column in CSV files to a fixed width directly in your browser. Zero-pad numeric codes, pad product IDs to a fixed length, or right-pad text fields — no upload required.
Compute Percentiles for CSV Files Online
Compute percentiles, median, MAD, mode, and kurtosis for numeric columns in CSV files directly in your browser. Optionally group by a category column. Results download as CSV — no upload required.
Find Arg Max / Min in CSV Files Online
Find the value of one column at the row where another column is maximum or minimum in CSV files — directly in your browser. Optionally group by a category to get per-group results. No upload required.
CSV Viewer Online
View and inspect CSV files directly in your browser. Browse rows, check column names and data types — no upload required, your data stays on your device.