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 | Margaret | Nguyen | nancy.robinson87@test.io | Springfield | 44 |
| 2 | Eric | Lopez | catherine.smith27@dummy.email | Portland | 31 |
| 3 | Scott | Lee | jack.smith45@fakeapi.com | Oxford | 49 |
| 4 | Samuel | Lopez | joseph.nelson82@mock.dev | Fairview | 75 |
| 5 | Matthew | Torres | john.harris11@mock.dev | Burlington | 30 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Margaret",
"last_name": "Nguyen",
"email": "nancy.robinson87@test.io",
"city": "Springfield",
"age": 44
},
{
"id": 2,
"first_name": "Eric",
"last_name": "Lopez",
"email": "catherine.smith27@dummy.email",
"city": "Portland",
"age": 31
},
{
"id": 3,
"first_name": "Scott",
"last_name": "Lee",
"email": "jack.smith45@fakeapi.com",
"city": "Oxford",
"age": 49
},
{
"id": 4,
"first_name": "Samuel",
"last_name": "Lopez",
"email": "joseph.nelson82@mock.dev",
"city": "Fairview",
"age": 75
},
{
"id": 5,
"first_name": "Matthew",
"last_name": "Torres",
"email": "john.harris11@mock.dev",
"city": "Burlington",
"age": 30
},
{
"id": 6,
"first_name": "Steven",
"last_name": "Williams",
"email": "raymond.davis85@dummy.email",
"city": "Greenville",
"age": 71
},
{
"id": 7,
"first_name": "Maria",
"last_name": "Taylor",
"email": "deborah.carter87@mock.dev",
"city": "Ashland",
"age": 26
},
{
"id": 8,
"first_name": "William",
"last_name": "Martinez",
"email": "daniel.jackson22@fakeapi.com",
"city": "Ashland",
"age": 70
},
{
"id": 9,
"first_name": "Thomas",
"last_name": "Johnson",
"email": "james.brown86@sample.org",
"city": "Madison",
"age": 22
},
{
"id": 10,
"first_name": "Daniel",
"last_name": "Jackson",
"email": "brenda.harris74@placeholder.co",
"city": "Richmond",
"age": 66
},
{
"id": 11,
"first_name": "Dennis",
"last_name": "Adams",
"email": "sharon.hall80@sample.org",
"city": "Centerville",
"age": 72
},
{
"id": 12,
"first_name": "Lisa",
"last_name": "Scott",
"email": "dennis.wright17@mock.dev",
"city": "Oxford",
"age": 51
},
{
"id": 13,
"first_name": "Janet",
"last_name": "Walker",
"email": "jerry.jackson50@example.com",
"city": "Manchester",
"age": 26
},
{
"id": 14,
"first_name": "Rebecca",
"last_name": "Perez",
"email": "mark.ramirez37@demo.net",
"city": "Riverside",
"age": 57
},
{
"id": 15,
"first_name": "Ruth",
"last_name": "Flores",
"email": "frank.flores22@placeholder.co",
"city": "Centerville",
"age": 54
},
{
"id": 16,
"first_name": "Andrew",
"last_name": "Young",
"email": "donald.davis16@fakeapi.com",
"city": "Fairview",
"age": 37
},
{
"id": 17,
"first_name": "Robert",
"last_name": "White",
"email": "frank.roberts40@placeholder.co",
"city": "Greenville",
"age": 54
},
{
"id": 18,
"first_name": "Michelle",
"last_name": "Hill",
"email": "raymond.johnson82@test.io",
"city": "Auburn",
"age": 53
},
{
"id": 19,
"first_name": "Brandon",
"last_name": "Martinez",
"email": "kevin.martin53@example.com",
"city": "Greenville",
"age": 69
},
{
"id": 20,
"first_name": "Donna",
"last_name": "Torres",
"email": "andrew.gonzalez92@example.com",
"city": "Cleveland",
"age": 21
},
{
"id": 21,
"first_name": "Rebecca",
"last_name": "Smith",
"email": "amy.ramirez46@dummy.email",
"city": "Dover",
"age": 66
},
{
"id": 22,
"first_name": "Carolyn",
"last_name": "Garcia",
"email": "jerry.wright62@demo.net",
"city": "Salem",
"age": 74
},
{
"id": 23,
"first_name": "Elizabeth",
"last_name": "Nelson",
"email": "ryan.thomas80@sample.org",
"city": "Clinton",
"age": 74
},
{
"id": 24,
"first_name": "Kimberly",
"last_name": "White",
"email": "emily.perez65@demo.net",
"city": "Salem",
"age": 68
},
{
"id": 25,
"first_name": "Dorothy",
"last_name": "Green",
"email": "amanda.lee86@example.com",
"city": "Dover",
"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