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 | Dorothy | Hall | gary.hernandez64@placeholder.co | Riverside | 18 |
| 2 | Charles | White | kevin.king33@sample.org | Madison | 52 |
| 3 | Kimberly | Campbell | frank.white57@test.io | Oxford | 68 |
| 4 | Mary | Jackson | charles.nguyen49@dummy.email | Cleveland | 53 |
| 5 | Maria | Brown | paul.rivera49@sample.org | Lancaster | 70 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Dorothy",
"last_name": "Hall",
"email": "gary.hernandez64@placeholder.co",
"city": "Riverside",
"age": 18
},
{
"id": 2,
"first_name": "Charles",
"last_name": "White",
"email": "kevin.king33@sample.org",
"city": "Madison",
"age": 52
},
{
"id": 3,
"first_name": "Kimberly",
"last_name": "Campbell",
"email": "frank.white57@test.io",
"city": "Oxford",
"age": 68
},
{
"id": 4,
"first_name": "Mary",
"last_name": "Jackson",
"email": "charles.nguyen49@dummy.email",
"city": "Cleveland",
"age": 53
},
{
"id": 5,
"first_name": "Maria",
"last_name": "Brown",
"email": "paul.rivera49@sample.org",
"city": "Lancaster",
"age": 70
},
{
"id": 6,
"first_name": "Sharon",
"last_name": "Nguyen",
"email": "edward.baker36@placeholder.co",
"city": "Springfield",
"age": 62
},
{
"id": 7,
"first_name": "Samantha",
"last_name": "Harris",
"email": "shirley.rivera41@demo.net",
"city": "Riverside",
"age": 27
},
{
"id": 8,
"first_name": "Anna",
"last_name": "King",
"email": "jennifer.harris59@sample.org",
"city": "Lexington",
"age": 59
},
{
"id": 9,
"first_name": "Shirley",
"last_name": "Flores",
"email": "janet.harris96@demo.net",
"city": "Clinton",
"age": 47
},
{
"id": 10,
"first_name": "Laura",
"last_name": "Wilson",
"email": "pamela.davis86@demo.net",
"city": "Troy",
"age": 33
},
{
"id": 11,
"first_name": "Joshua",
"last_name": "Thomas",
"email": "brian.lee13@test.io",
"city": "Burlington",
"age": 41
},
{
"id": 12,
"first_name": "Maria",
"last_name": "Hall",
"email": "brenda.mitchell27@test.io",
"city": "Lancaster",
"age": 20
},
{
"id": 13,
"first_name": "Michael",
"last_name": "Lee",
"email": "michael.hill71@dummy.email",
"city": "Troy",
"age": 68
},
{
"id": 14,
"first_name": "Rachel",
"last_name": "Taylor",
"email": "thomas.perez83@mock.dev",
"city": "Riverside",
"age": 56
},
{
"id": 15,
"first_name": "Lisa",
"last_name": "Harris",
"email": "thomas.roberts33@sample.org",
"city": "Greenville",
"age": 27
},
{
"id": 16,
"first_name": "Carol",
"last_name": "Clark",
"email": "patricia.thomas10@dummy.email",
"city": "Manchester",
"age": 48
},
{
"id": 17,
"first_name": "Mary",
"last_name": "Walker",
"email": "betty.rodriguez20@test.io",
"city": "Lexington",
"age": 55
},
{
"id": 18,
"first_name": "Pamela",
"last_name": "White",
"email": "charles.rivera8@placeholder.co",
"city": "Newport",
"age": 24
},
{
"id": 19,
"first_name": "Edward",
"last_name": "Lee",
"email": "margaret.torres27@test.io",
"city": "Dover",
"age": 78
},
{
"id": 20,
"first_name": "George",
"last_name": "Campbell",
"email": "virginia.miller93@placeholder.co",
"city": "Oxford",
"age": 26
},
{
"id": 21,
"first_name": "Jennifer",
"last_name": "Scott",
"email": "lisa.walker55@demo.net",
"city": "Oxford",
"age": 32
},
{
"id": 22,
"first_name": "Patrick",
"last_name": "Martin",
"email": "mary.walker95@placeholder.co",
"city": "Greenville",
"age": 51
},
{
"id": 23,
"first_name": "Thomas",
"last_name": "Adams",
"email": "jonathan.roberts68@demo.net",
"city": "Portland",
"age": 52
},
{
"id": 24,
"first_name": "Timothy",
"last_name": "Jackson",
"email": "brian.torres90@demo.net",
"city": "Fairview",
"age": 70
},
{
"id": 25,
"first_name": "James",
"last_name": "Martinez",
"email": "jerry.brown24@sample.org",
"city": "Newport",
"age": 41
}
]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