Skip to main content

Developer · browser workspace

Mock Data Generator - Create Sample CSV Data

Generate realistic fake CSV data — names, emails, phones, UUIDs, dates — for testing imports, demos, and schemas. No input file needed.

Quick start

Built for generate realistic fake data for testing: names, emails, addresses, etc.

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.

  1. 1Choose a supported file or use sample data when available.
  2. 2Set the options shown for this workflow.
  3. 3Process the file locally, inspect the result, and download a new copy.
Preparing your private workspace…

How to Mock Data Generator

  1. 1Open the generator; no file upload required.
  2. 2Pick columns and types such as name, email, phone, city, UUID.
  3. 3Set the number of rows up to 10,000.
  4. 4Download the generated CSV and feed it to your tests.

Why Use This Tool?

  • Instant Fixtures - Test data without copying production records
  • Realistic Shapes - Names, domains, and cities look plausible
  • Safe by Design - No real personal data involved
  • Schema Friendly - Great for testing SQL and CRM imports

Frequently Asked Questions

Can I control which columns are generated?

Yes — choose names plus types per column, or accept the default identity-style set of six columns.

Are generated emails safe to send to?

They follow valid syntax but mix real domains with example ones. Never email generated addresses.

Is the randomness cryptographically secure?

No — it uses standard Math.random, which is ideal for fixtures but not for secrets or lottery-style draws.