Generador de Datos de Prueba
Genera datos falsos realistas — nombres, correos, direcciones, UUID, fechas y campos personalizados — y exporta como JSON, CSV o sentencias SQL INSERT
Fields (6)
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Stephen | Roberts | nancy.campbell86@dummy.email | Ashland | 56 |
| 2 | Helen | Hernandez | richard.young86@fakeapi.com | Burlington | 75 |
| 3 | Anthony | Roberts | mary.torres28@dummy.email | Milford | 58 |
| 4 | Christine | Anderson | dorothy.martin31@placeholder.co | Auburn | 46 |
| 5 | David | Hernandez | david.nguyen21@dummy.email | Centerville | 70 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Stephen",
"last_name": "Roberts",
"email": "nancy.campbell86@dummy.email",
"city": "Ashland",
"age": 56
},
{
"id": 2,
"first_name": "Helen",
"last_name": "Hernandez",
"email": "richard.young86@fakeapi.com",
"city": "Burlington",
"age": 75
},
{
"id": 3,
"first_name": "Anthony",
"last_name": "Roberts",
"email": "mary.torres28@dummy.email",
"city": "Milford",
"age": 58
},
{
"id": 4,
"first_name": "Christine",
"last_name": "Anderson",
"email": "dorothy.martin31@placeholder.co",
"city": "Auburn",
"age": 46
},
{
"id": 5,
"first_name": "David",
"last_name": "Hernandez",
"email": "david.nguyen21@dummy.email",
"city": "Centerville",
"age": 70
},
{
"id": 6,
"first_name": "Thomas",
"last_name": "Rodriguez",
"email": "maria.garcia44@fakeapi.com",
"city": "Portland",
"age": 65
},
{
"id": 7,
"first_name": "Jessica",
"last_name": "Perez",
"email": "carolyn.moore9@dummy.email",
"city": "Lancaster",
"age": 32
},
{
"id": 8,
"first_name": "Richard",
"last_name": "Moore",
"email": "kimberly.allen27@demo.net",
"city": "Kingston",
"age": 30
},
{
"id": 9,
"first_name": "Justin",
"last_name": "Thomas",
"email": "rachel.nguyen44@demo.net",
"city": "Troy",
"age": 56
},
{
"id": 10,
"first_name": "Brian",
"last_name": "Scott",
"email": "karen.jackson54@fakeapi.com",
"city": "Lancaster",
"age": 62
},
{
"id": 11,
"first_name": "Pamela",
"last_name": "Lewis",
"email": "jessica.campbell14@placeholder.co",
"city": "Bristol",
"age": 41
},
{
"id": 12,
"first_name": "John",
"last_name": "Rodriguez",
"email": "andrew.mitchell8@mock.dev",
"city": "Salem",
"age": 49
},
{
"id": 13,
"first_name": "Barbara",
"last_name": "Brown",
"email": "justin.wright65@mock.dev",
"city": "Lancaster",
"age": 75
},
{
"id": 14,
"first_name": "Jeffrey",
"last_name": "Williams",
"email": "michelle.allen26@placeholder.co",
"city": "Richmond",
"age": 76
},
{
"id": 15,
"first_name": "Andrew",
"last_name": "Lopez",
"email": "donna.rodriguez8@sample.org",
"city": "Fairview",
"age": 53
},
{
"id": 16,
"first_name": "Donald",
"last_name": "Brown",
"email": "scott.sanchez86@placeholder.co",
"city": "Burlington",
"age": 64
},
{
"id": 17,
"first_name": "William",
"last_name": "Lee",
"email": "richard.perez36@demo.net",
"city": "Ashland",
"age": 59
},
{
"id": 18,
"first_name": "Eric",
"last_name": "Miller",
"email": "mary.hall17@sample.org",
"city": "Kingston",
"age": 49
},
{
"id": 19,
"first_name": "Jerry",
"last_name": "Hall",
"email": "george.johnson28@test.io",
"city": "Lexington",
"age": 72
},
{
"id": 20,
"first_name": "Nicole",
"last_name": "Jackson",
"email": "jeffrey.hernandez78@demo.net",
"city": "Milford",
"age": 51
},
{
"id": 21,
"first_name": "Donald",
"last_name": "Smith",
"email": "jennifer.jones35@sample.org",
"city": "Riverside",
"age": 18
},
{
"id": 22,
"first_name": "Lisa",
"last_name": "Lee",
"email": "christine.young20@fakeapi.com",
"city": "Burlington",
"age": 37
},
{
"id": 23,
"first_name": "Samantha",
"last_name": "Nelson",
"email": "robert.nguyen2@demo.net",
"city": "Dover",
"age": 54
},
{
"id": 24,
"first_name": "Michelle",
"last_name": "Williams",
"email": "edward.sanchez75@demo.net",
"city": "Hudson",
"age": 53
},
{
"id": 25,
"first_name": "Kenneth",
"last_name": "Brown",
"email": "deborah.mitchell37@placeholder.co",
"city": "Burlington",
"age": 51
}
]Sigue explorando
Otras herramientas de Datos y Hojas de Cálculo que te pueden gustar…
Visor y editor de CSV
Visualiza, ordena, filtra e inspecciona archivos CSV como una tabla interactiva — todo en tu navegador
Visor de tabla JSON
Renderiza arrays JSON de objetos como una tabla HTML ordenable y buscable con filtrado de columnas
Conversor Excel a CSV
Convierte archivos Excel XLSX y XLS a formato CSV — sin subida, funciona en tu navegador con SheetJS
Extractor de columnas CSV
Selecciona columnas específicas de un archivo CSV y descarga el resultado — ideal para limpiar grandes datasets
SQL sobre CSV
Ejecuta consultas SQL SELECT directamente sobre archivos CSV subidos — sin servidor necesario
Combinador de CSV
Combina múltiples archivos CSV en uno — reordena, elimina duplicados y gestiona encabezados automáticamente
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON a Excel
Convierte arrays JSON de objetos a Excel (.xlsx) o CSV — compatible con SheetJS, funciona en tu navegador