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 | Michael | Perez | william.walker26@dummy.email | Auburn | 25 |
| 2 | Samuel | Roberts | catherine.miller75@demo.net | Hudson | 72 |
| 3 | Matthew | King | patricia.nguyen33@demo.net | Marion | 64 |
| 4 | Joshua | Garcia | carolyn.baker75@test.io | Kingston | 62 |
| 5 | Amanda | Taylor | elizabeth.ramirez51@example.com | Lancaster | 36 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Michael",
"last_name": "Perez",
"email": "william.walker26@dummy.email",
"city": "Auburn",
"age": 25
},
{
"id": 2,
"first_name": "Samuel",
"last_name": "Roberts",
"email": "catherine.miller75@demo.net",
"city": "Hudson",
"age": 72
},
{
"id": 3,
"first_name": "Matthew",
"last_name": "King",
"email": "patricia.nguyen33@demo.net",
"city": "Marion",
"age": 64
},
{
"id": 4,
"first_name": "Joshua",
"last_name": "Garcia",
"email": "carolyn.baker75@test.io",
"city": "Kingston",
"age": 62
},
{
"id": 5,
"first_name": "Amanda",
"last_name": "Taylor",
"email": "elizabeth.ramirez51@example.com",
"city": "Lancaster",
"age": 36
},
{
"id": 6,
"first_name": "David",
"last_name": "King",
"email": "susan.scott32@test.io",
"city": "Troy",
"age": 53
},
{
"id": 7,
"first_name": "Timothy",
"last_name": "Miller",
"email": "william.anderson56@test.io",
"city": "Manchester",
"age": 23
},
{
"id": 8,
"first_name": "Raymond",
"last_name": "Garcia",
"email": "frank.johnson8@demo.net",
"city": "Newport",
"age": 64
},
{
"id": 9,
"first_name": "Anna",
"last_name": "Torres",
"email": "carol.garcia56@mock.dev",
"city": "Lancaster",
"age": 41
},
{
"id": 10,
"first_name": "Samantha",
"last_name": "Jackson",
"email": "rebecca.mitchell73@fakeapi.com",
"city": "Newport",
"age": 56
},
{
"id": 11,
"first_name": "Jonathan",
"last_name": "Perez",
"email": "pamela.hill75@sample.org",
"city": "Arlington",
"age": 66
},
{
"id": 12,
"first_name": "Michael",
"last_name": "Garcia",
"email": "christine.torres90@dummy.email",
"city": "Franklin",
"age": 45
},
{
"id": 13,
"first_name": "Cynthia",
"last_name": "Torres",
"email": "donald.anderson33@example.com",
"city": "Lexington",
"age": 59
},
{
"id": 14,
"first_name": "Jacob",
"last_name": "Young",
"email": "frank.green96@example.com",
"city": "Burlington",
"age": 68
},
{
"id": 15,
"first_name": "Ronald",
"last_name": "Jackson",
"email": "stephen.perez27@mock.dev",
"city": "Salem",
"age": 35
},
{
"id": 16,
"first_name": "Kenneth",
"last_name": "Martin",
"email": "jacob.rodriguez38@test.io",
"city": "Kingston",
"age": 36
},
{
"id": 17,
"first_name": "Laura",
"last_name": "Carter",
"email": "carolyn.scott19@demo.net",
"city": "Fairview",
"age": 63
},
{
"id": 18,
"first_name": "Melissa",
"last_name": "Rodriguez",
"email": "deborah.nguyen43@example.com",
"city": "Franklin",
"age": 40
},
{
"id": 19,
"first_name": "Melissa",
"last_name": "Jackson",
"email": "mary.scott2@dummy.email",
"city": "Portland",
"age": 40
},
{
"id": 20,
"first_name": "Amanda",
"last_name": "Green",
"email": "steven.young93@dummy.email",
"city": "Cleveland",
"age": 65
},
{
"id": 21,
"first_name": "Rachel",
"last_name": "Jackson",
"email": "deborah.martin23@placeholder.co",
"city": "Springfield",
"age": 63
},
{
"id": 22,
"first_name": "Nicholas",
"last_name": "Johnson",
"email": "raymond.perez66@placeholder.co",
"city": "Oxford",
"age": 32
},
{
"id": 23,
"first_name": "Ryan",
"last_name": "Walker",
"email": "dennis.harris14@dummy.email",
"city": "Kingston",
"age": 65
},
{
"id": 24,
"first_name": "Cynthia",
"last_name": "Mitchell",
"email": "pamela.wright75@mock.dev",
"city": "Springfield",
"age": 65
},
{
"id": 25,
"first_name": "Elizabeth",
"last_name": "King",
"email": "nicholas.baker32@mock.dev",
"city": "Portland",
"age": 52
}
]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