How to Mock Data Generator
- 1Open the generator; no file upload required.
- 2Pick columns and types such as name, email, phone, city, UUID.
- 3Set the number of rows up to 10,000.
- 4Download the generated CSV and feed it to your tests.
Developer · browser workspace
Generate realistic fake CSV data — names, emails, phones, UUIDs, dates — for testing imports, demos, and schemas. No input file needed.
Quick start
Everything runs in your browser, so you can test the workflow with sample data when available before using production files.
Output: A new file or report produced locally in your browser.
Yes — choose names plus types per column, or accept the default identity-style set of six columns.
They follow valid syntax but mix real domains with example ones. Never email generated addresses.
No — it uses standard Math.random, which is ideal for fixtures but not for secrets or lottery-style draws.
Learn what CSV files are, why they're useful, and how they differ from Excel. Simple guide for beginners with real examples.
Learn how to import CSV files into MySQL and PostgreSQL databases. Command-line and GUI methods with error handling and best practices.