CSV Test Dataset Generator
Generates a small fictional CSV sample — including quoted commas or a missing value in at least one variant — for exercising a CSV parser's edge-case handling, not just its happy path.
How to use this tool
- Press generate for a CSV sample.
- Copy it, or generate again for another one.
Common use cases
- Testing a CSV parser's edge cases
- Import/export feature testing
- Quick fixture data