CSV · Grátis · No 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.

  • Sem envio
  • Sem limite de tamanho
  • Sem registo

Corrompa o seu ficheiro CSV

Afinado para .csv, .tsv, e funciona igualmente bem com qualquer outro formato.

100% no dispositivo
Largue ficheiros aqui ou procure Qualquer formato, qualquer tamanho, vários ficheiros de uma vez
Nível de corrupção

A processar…0%
Pronto a transferir

Porque os ficheiros CSV são difíceis de corromper como deve ser

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.

O que esta ferramenta destrói

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

O que vai ver a seguir

AplicaçãoComportamento
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 comuns para fazer isto

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

Como corromper um ficheiro CSV

  1. Largue o seu ficheiro .csv na caixa acima, ou clique para procurar.
  2. Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
  3. Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
  4. Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.

Perguntas frequentes 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.

Use isto de forma responsável. O Files Corrupter foi criado para testes de software, QA, investigação, formação e ensino. Entregar um ficheiro corrompido de propósito para fazer passar trabalho por concluído pode violar as regras da sua escola ou entidade empregadora. É responsável pelo uso que faz do resultado. Consulte a nossa declaração de exoneração.

Mais ferramentas code & data

Todas as ferramentas de corrupção