Mock Data Generator
Generate realistic fake data — names, emails, addresses, UUIDs, dates, and custom fields — and export as JSON, CSV, or SQL INSERT statements
Fields (6)
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | David | Hall | george.hall26@placeholder.co | Riverside | 59 |
| 2 | Stephanie | King | anthony.king68@demo.net | Milton | 46 |
| 3 | Brian | Moore | samuel.campbell78@test.io | Arlington | 37 |
| 4 | Eric | Moore | william.perez36@placeholder.co | Marion | 38 |
| 5 | Thomas | Williams | benjamin.harris1@sample.org | Bristol | 30 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "David",
"last_name": "Hall",
"email": "george.hall26@placeholder.co",
"city": "Riverside",
"age": 59
},
{
"id": 2,
"first_name": "Stephanie",
"last_name": "King",
"email": "anthony.king68@demo.net",
"city": "Milton",
"age": 46
},
{
"id": 3,
"first_name": "Brian",
"last_name": "Moore",
"email": "samuel.campbell78@test.io",
"city": "Arlington",
"age": 37
},
{
"id": 4,
"first_name": "Eric",
"last_name": "Moore",
"email": "william.perez36@placeholder.co",
"city": "Marion",
"age": 38
},
{
"id": 5,
"first_name": "Thomas",
"last_name": "Williams",
"email": "benjamin.harris1@sample.org",
"city": "Bristol",
"age": 30
},
{
"id": 6,
"first_name": "Jeffrey",
"last_name": "Mitchell",
"email": "jack.jones91@placeholder.co",
"city": "Lancaster",
"age": 67
},
{
"id": 7,
"first_name": "Stephanie",
"last_name": "King",
"email": "kathleen.jackson87@example.com",
"city": "Milford",
"age": 73
},
{
"id": 8,
"first_name": "Jacob",
"last_name": "Johnson",
"email": "patrick.adams1@mock.dev",
"city": "Arlington",
"age": 57
},
{
"id": 9,
"first_name": "Pamela",
"last_name": "White",
"email": "betty.lopez60@placeholder.co",
"city": "Burlington",
"age": 56
},
{
"id": 10,
"first_name": "Robert",
"last_name": "Lewis",
"email": "nicole.lee3@dummy.email",
"city": "Franklin",
"age": 34
},
{
"id": 11,
"first_name": "Ashley",
"last_name": "Anderson",
"email": "jessica.wright41@example.com",
"city": "Manchester",
"age": 23
},
{
"id": 12,
"first_name": "Rebecca",
"last_name": "Flores",
"email": "anthony.hall5@demo.net",
"city": "Burlington",
"age": 55
},
{
"id": 13,
"first_name": "Jason",
"last_name": "Roberts",
"email": "nicholas.scott45@dummy.email",
"city": "Manchester",
"age": 38
},
{
"id": 14,
"first_name": "Donald",
"last_name": "Carter",
"email": "anna.jackson88@test.io",
"city": "Hudson",
"age": 58
},
{
"id": 15,
"first_name": "Maria",
"last_name": "Flores",
"email": "patricia.johnson89@sample.org",
"city": "Dover",
"age": 18
},
{
"id": 16,
"first_name": "Angela",
"last_name": "Carter",
"email": "jeffrey.wilson21@dummy.email",
"city": "Milton",
"age": 37
},
{
"id": 17,
"first_name": "Amanda",
"last_name": "Ramirez",
"email": "mary.wilson28@example.com",
"city": "Hudson",
"age": 32
},
{
"id": 18,
"first_name": "Anthony",
"last_name": "White",
"email": "eric.nelson95@dummy.email",
"city": "Manchester",
"age": 69
},
{
"id": 19,
"first_name": "Maria",
"last_name": "Hernandez",
"email": "susan.flores9@fakeapi.com",
"city": "Clinton",
"age": 38
},
{
"id": 20,
"first_name": "Jeffrey",
"last_name": "Hall",
"email": "michael.brown77@demo.net",
"city": "Troy",
"age": 77
},
{
"id": 21,
"first_name": "Brandon",
"last_name": "Garcia",
"email": "rebecca.ramirez33@dummy.email",
"city": "Kingston",
"age": 61
},
{
"id": 22,
"first_name": "Dorothy",
"last_name": "White",
"email": "kathleen.gonzalez34@sample.org",
"city": "Arlington",
"age": 78
},
{
"id": 23,
"first_name": "Emily",
"last_name": "Walker",
"email": "dennis.young99@dummy.email",
"city": "Arlington",
"age": 21
},
{
"id": 24,
"first_name": "George",
"last_name": "Scott",
"email": "margaret.lewis79@dummy.email",
"city": "Ashland",
"age": 47
},
{
"id": 25,
"first_name": "Sharon",
"last_name": "Torres",
"email": "deborah.flores98@sample.org",
"city": "Portland",
"age": 29
}
]Continue Exploring
Other Data & Spreadsheet you might like...
CSV Viewer & Editor
View, sort, filter, and inspect CSV files as an interactive table — all in your browser
JSON Table Viewer
Render JSON arrays of objects as a sortable, searchable HTML table with column filtering
Excel to CSV Converter
Convert XLSX and XLS Excel files to CSV format — no upload, runs in your browser via SheetJS
CSV Column Extractor
Pick specific columns from a CSV file and download the result — great for cleaning large datasets
SQL on CSV
Run SQL SELECT queries directly on uploaded CSV files — no server needed
CSV Merger
Merge multiple CSV files into one — reorder, deduplicate rows, and handle headers automatically
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON to Excel
Convert JSON arrays of objects to Excel (.xlsx) or CSV — powered by SheetJS, runs in your browser