Sample file

Sample messy CSV

A small CSV with missing values, inconsistent casing, extra spaces, and duplicate-like rows for cleanup workflows.

Download messy-csv.csv

Use safely

What to test

Use this sample for

  • Validate CSV parsing.
  • Profile columns and missing values.
  • Try header normalization and XLSX export.

Notes

  • The file contains fake records only.
  • It is designed to show cleanup decisions, not massive-file performance.

Try with tools

Suggested review path