About Mock Data Generator

Generate realistic fake test data including names, emails, addresses, dates, and 40+ data types. Export as JSON, CSV, or SQL INSERT statements.

Frequently Asked Questions

What types of data can I generate?

Personal info (names, emails, phones), business data (companies, job titles), internet data (usernames, IPs, URLs), finance (credit cards, IBANs), dates, UUIDs, addresses, and much more.

How do I create a custom schema?

Use the template syntax {{fieldType}} in the Schema tab. For example: {"id": "{{uuid}}", "name": "{{name}}", "email": "{{email}}"}.

What is a seed value?

A seed makes data generation reproducible. Using the same seed will always produce the same data, which is useful for consistent test fixtures.