CSV Anonymizer

Upload a CSV file to fuzz and anonymize its data with configurable options and presets.


Maximum file size: 50MB. Supported formats: .csv
Used to parse the uploaded file and to format the anonymized CSV output.
Choose a preset for quick setup or select "Custom" for full control. Each preset redacts everything the one above it redacts, and more.
Columns detected as sensitive identifiers (tax codes, national IDs, IBANs, card numbers) are always replaced with REDACTED, at every preset and in Custom. They are never fuzzed, because a perturbed identifier is still a recognisable variant of the original.

Advanced Parameters

Replace numbers with "REDACTED" instead of fuzzing.
0.3
Replace dates with "REDACTED" instead of fuzzing.
+/- days to vary dates.
Replace general strings with "REDACTED" instead of fuzzing.
0.5
Replace light strings (e.g., IDs) with "REDACTED" instead of fuzzing.
0.15
This is a static HTML application running on your browser. If you prefer to use it offline just download the application, extract csv-anonymizer-main.zip somewhere and open the index.html file with your browser. Source code available on GitHub