CSV · Gratuit · Sur votre appareil

Corrupt a CSV File Online

Corrupt a .csv file online for free. Breaks delimiters, quoting and encoding so spreadsheet apps and data pipelines reject the file.

  • Aucun envoi
  • Aucune limite de taille
  • Aucune inscription

Corrompez votre fichier CSV

Réglé pour .csv, .tsv, et fonctionne tout aussi bien avec n'importe quel autre format.

100 % sur votre appareil
Déposez vos fichiers ici ou parcourez Tout format, toute taille, plusieurs fichiers à la fois
Niveau de corruption

Traitement…0%
Prêt à télécharger

Pourquoi les fichiers CSV sont difficiles à corrompre correctement

CSV has no schema, no header requirement and no terminator, so almost any byte sequence is arguably a valid CSV file. The formats that matter are the ones the consumer expects (consistent column counts, balanced quotes and decodable text) and those are what get destroyed here.

Ce que cet outil détruit

  • Delimiter structure. Commas and line breaks are overwritten, so rows no longer split into a consistent number of columns.
  • Quote balance. Double quotes are broken up, leaving quoted fields permanently unterminated and swallowing subsequent rows.
  • Encoding validity. Invalid UTF-8 sequences are injected, so strict readers fail before parsing.
  • The header row. The opening bytes are destroyed, so column names are lost and type inference fails.

Ce que vous verrez ensuite

ApplicationComportement
Microsoft ExcelImports as a single garbled column, or warns that the file cannot be read.
pandas read_csvRaises ParserError: Error tokenizing data or a Unicode error.
Google SheetsImport produces unreadable rows or fails outright.
Database bulk loadersAbort the load and report a malformed record.

Raisons courantes de le faire

  • Testing that a bulk import rejects a bad file instead of loading partial rows.
  • Verifying a data pipeline reports the failing file and row rather than dropping records.
  • Checking that a CSV upload form validates before writing to a database.
  • Producing malformed fixtures for a parser test suite.

Comment corrompre un fichier CSV

  1. Déposez votre fichier .csv dans la zone ci-dessus, ou cliquez pour parcourir.
  2. Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
  3. Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
  4. Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.

Questions fréquentes sur CSV

Will Excel still open it?

Excel will usually open something, because it treats any text file as importable. What it shows is a single column of mojibake rather than your data.

Is a partially corrupted CSV worse than a fully broken one?

For testing, often yes, a file that loads 400 of 500 rows before failing is the case that catches silent data loss. Use Light level for that.

Does it work on TSV and pipe-delimited files?

Yes. Any delimiter-separated text file uses the same profile.

Will the row count stay the same?

No. Line breaks are among the bytes overwritten, so the file no longer has a predictable row structure.

Utilisez ceci de façon responsable. Files Corrupter est conçu pour les tests logiciels, la QA, la recherche, la formation et l'enseignement. Remettre un fichier délibérément corrompu pour faire passer un travail pour terminé peut enfreindre le règlement de votre établissement ou de votre employeur. Vous êtes responsable de l'usage que vous faites du résultat. Consultez notre avertissement.

Autres outils code & data

Tous les outils de corruption