CSV · Gratis · En tu dispositivo

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.

  • Sin subidas
  • Sin límite de tamaño
  • Sin registro

Corrompe tu archivo CSV

Ajustado para .csv, .tsv, y funciona igual de bien con cualquier otro formato.

100% en tu dispositivo
Suelta archivos aquí o explora Cualquier formato, cualquier tamaño, varios archivos a la vez
Nivel de corrupción

Trabajando…0%
Listo para descargar

Por qué los archivos CSV son difíciles de corromper como es debido

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.

Qué destruye esta herramienta

  • 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.

Qué verás después

AplicaciónComportamiento
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.

Motivos habituales para hacer esto

  • 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.

Cómo corromper un archivo CSV

  1. Suelta tu archivo .csv en la caja de arriba, o haz clic para explorar.
  2. Deja el nivel en Standard salvo que quieras un daño parcial (Light) o necesites derrotar al software de recuperación (Heavy).
  3. Pulsa Corromper archivo. El procesamiento ocurre en tu dispositivo, así que termina casi al instante.
  4. Descarga el resultado. De forma predeterminada conserva el nombre de archivo y la longitud en bytes originales.

Preguntas frecuentes sobre 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.

Úsalo con responsabilidad. Files Corrupter está pensado para pruebas de software, QA, investigación, formación y educación. Entregar un archivo corrompido a propósito para tergiversar un trabajo terminado puede infringir las normas de tu centro educativo o de tu empresa. Eres responsable del uso que hagas del resultado. Consulta nuestro aviso legal.

Más herramientas de code & data

Todas las herramientas de corrupción