Sample file

Sample messy CSV

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

Use safely

What to test

Use this sample forValidate CSV parsing.
  • Validate CSV parsing.
  • Profile columns and missing values.
  • Try header normalization and XLSX export.
NotesThe file contains fake records only.
  • The file contains fake records only.
  • It is designed to show cleanup decisions, not massive-file performance.

Try with tools

Suggested review path

After the test

Use fixture behavior carefully.

Inspect real files first. Avoid sensitive uploads unless the workflow allows them. Review every output.