Mock-Daten-Generator
Generieren Sie realistische Testdaten — Namen, E-Mails, Adressen, UUIDs, Datumsangaben und benutzerdefinierte Felder — und exportieren Sie als JSON, CSV oder SQL-INSERT-Anweisungen
Fields (6)
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Justin | Nelson | samuel.wright28@mock.dev | Marion | 49 |
| 2 | George | Clark | ryan.johnson93@sample.org | Milford | 47 |
| 3 | Patrick | Martinez | john.robinson86@test.io | Fairview | 39 |
| 4 | Benjamin | Taylor | david.brown21@sample.org | Bristol | 35 |
| 5 | Samuel | Anderson | jonathan.smith34@example.com | Lexington | 38 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Justin",
"last_name": "Nelson",
"email": "samuel.wright28@mock.dev",
"city": "Marion",
"age": 49
},
{
"id": 2,
"first_name": "George",
"last_name": "Clark",
"email": "ryan.johnson93@sample.org",
"city": "Milford",
"age": 47
},
{
"id": 3,
"first_name": "Patrick",
"last_name": "Martinez",
"email": "john.robinson86@test.io",
"city": "Fairview",
"age": 39
},
{
"id": 4,
"first_name": "Benjamin",
"last_name": "Taylor",
"email": "david.brown21@sample.org",
"city": "Bristol",
"age": 35
},
{
"id": 5,
"first_name": "Samuel",
"last_name": "Anderson",
"email": "jonathan.smith34@example.com",
"city": "Lexington",
"age": 38
},
{
"id": 6,
"first_name": "Patrick",
"last_name": "Carter",
"email": "richard.martin79@dummy.email",
"city": "Milton",
"age": 71
},
{
"id": 7,
"first_name": "Melissa",
"last_name": "Wright",
"email": "thomas.smith90@mock.dev",
"city": "Riverside",
"age": 55
},
{
"id": 8,
"first_name": "Michael",
"last_name": "Lee",
"email": "gary.flores9@test.io",
"city": "Clinton",
"age": 36
},
{
"id": 9,
"first_name": "Catherine",
"last_name": "Miller",
"email": "david.garcia95@placeholder.co",
"city": "Kingston",
"age": 74
},
{
"id": 10,
"first_name": "Nicole",
"last_name": "Jackson",
"email": "robert.smith98@demo.net",
"city": "Bristol",
"age": 54
},
{
"id": 11,
"first_name": "Brenda",
"last_name": "Thompson",
"email": "mary.anderson12@mock.dev",
"city": "Franklin",
"age": 21
},
{
"id": 12,
"first_name": "Ryan",
"last_name": "Lee",
"email": "timothy.perez49@demo.net",
"city": "Troy",
"age": 35
},
{
"id": 13,
"first_name": "Deborah",
"last_name": "Thompson",
"email": "donald.sanchez16@sample.org",
"city": "Hudson",
"age": 66
},
{
"id": 14,
"first_name": "Raymond",
"last_name": "Lewis",
"email": "daniel.allen93@test.io",
"city": "Riverside",
"age": 77
},
{
"id": 15,
"first_name": "Linda",
"last_name": "Adams",
"email": "karen.adams75@sample.org",
"city": "Riverside",
"age": 63
},
{
"id": 16,
"first_name": "Elizabeth",
"last_name": "Wilson",
"email": "kenneth.king52@example.com",
"city": "Lexington",
"age": 37
},
{
"id": 17,
"first_name": "John",
"last_name": "Hall",
"email": "anthony.campbell94@mock.dev",
"city": "Clinton",
"age": 76
},
{
"id": 18,
"first_name": "Jessica",
"last_name": "Harris",
"email": "jessica.nelson98@mock.dev",
"city": "Fairview",
"age": 18
},
{
"id": 19,
"first_name": "Patricia",
"last_name": "Miller",
"email": "debra.ramirez34@fakeapi.com",
"city": "Troy",
"age": 57
},
{
"id": 20,
"first_name": "Raymond",
"last_name": "Garcia",
"email": "steven.gonzalez58@demo.net",
"city": "Franklin",
"age": 37
},
{
"id": 21,
"first_name": "Rachel",
"last_name": "Jones",
"email": "kevin.rivera57@example.com",
"city": "Auburn",
"age": 52
},
{
"id": 22,
"first_name": "Elizabeth",
"last_name": "Flores",
"email": "paul.hill14@example.com",
"city": "Lancaster",
"age": 33
},
{
"id": 23,
"first_name": "Alexander",
"last_name": "Nelson",
"email": "joshua.baker20@placeholder.co",
"city": "Milford",
"age": 36
},
{
"id": 24,
"first_name": "Helen",
"last_name": "Rodriguez",
"email": "jessica.carter80@test.io",
"city": "Kingston",
"age": 30
},
{
"id": 25,
"first_name": "Joshua",
"last_name": "Garcia",
"email": "michael.perez27@placeholder.co",
"city": "Marion",
"age": 35
}
]Weiter entdecken
Weitere Daten & Tabellenkalkulation, die Ihnen gefallen könnten…
CSV-Viewer & Editor
CSV-Dateien als interaktive Tabelle anzeigen, sortieren, filtern und untersuchen — alles im Browser
JSON-Tabellen-Viewer
JSON-Arrays von Objekten als sortierbare, durchsuchbare HTML-Tabelle mit Spaltenfilterung anzeigen
Excel zu CSV Konverter
XLSX- und XLS-Excel-Dateien in CSV konvertieren — kein Upload, läuft im Browser über SheetJS
CSV-Spalten-Extraktor
Bestimmte Spalten aus einer CSV-Datei auswählen und das Ergebnis herunterladen — ideal zum Bereinigen großer Datensätze
SQL auf CSV
SQL SELECT-Abfragen direkt auf hochgeladenen CSV-Dateien ausführen — kein Server nötig
CSV-Zusammenführer
Mehrere CSV-Dateien zu einer zusammenführen — neu anordnen, Zeilen deduplizieren und Kopfzeilen automatisch verwalten
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON zu Excel
JSON-Arrays von Objekten in Excel (.xlsx) oder CSV konvertieren — unterstützt von SheetJS, läuft im Browser