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 | Patrick | Mitchell | virginia.gonzalez41@test.io | Clinton | 25 |
| 2 | Paul | Brown | margaret.jackson4@mock.dev | Springfield | 77 |
| 3 | Karen | Miller | patrick.nelson45@test.io | Burlington | 28 |
| 4 | Ruth | Rivera | catherine.rivera81@placeholder.co | Manchester | 59 |
| 5 | Carolyn | Roberts | eric.martin41@demo.net | Fairview | 46 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Patrick",
"last_name": "Mitchell",
"email": "virginia.gonzalez41@test.io",
"city": "Clinton",
"age": 25
},
{
"id": 2,
"first_name": "Paul",
"last_name": "Brown",
"email": "margaret.jackson4@mock.dev",
"city": "Springfield",
"age": 77
},
{
"id": 3,
"first_name": "Karen",
"last_name": "Miller",
"email": "patrick.nelson45@test.io",
"city": "Burlington",
"age": 28
},
{
"id": 4,
"first_name": "Ruth",
"last_name": "Rivera",
"email": "catherine.rivera81@placeholder.co",
"city": "Manchester",
"age": 59
},
{
"id": 5,
"first_name": "Carolyn",
"last_name": "Roberts",
"email": "eric.martin41@demo.net",
"city": "Fairview",
"age": 46
},
{
"id": 6,
"first_name": "Kathleen",
"last_name": "Hernandez",
"email": "brandon.nguyen62@example.com",
"city": "Fairview",
"age": 27
},
{
"id": 7,
"first_name": "Steven",
"last_name": "Gonzalez",
"email": "william.scott6@dummy.email",
"city": "Richmond",
"age": 43
},
{
"id": 8,
"first_name": "Paul",
"last_name": "Adams",
"email": "rebecca.thompson67@demo.net",
"city": "Hudson",
"age": 79
},
{
"id": 9,
"first_name": "Jerry",
"last_name": "Lee",
"email": "paul.taylor87@sample.org",
"city": "Madison",
"age": 19
},
{
"id": 10,
"first_name": "Daniel",
"last_name": "Green",
"email": "laura.flores90@dummy.email",
"city": "Cleveland",
"age": 55
},
{
"id": 11,
"first_name": "Mark",
"last_name": "Martinez",
"email": "nicole.davis83@sample.org",
"city": "Manchester",
"age": 53
},
{
"id": 12,
"first_name": "Gary",
"last_name": "Lewis",
"email": "helen.scott38@test.io",
"city": "Madison",
"age": 50
},
{
"id": 13,
"first_name": "Nicole",
"last_name": "Hall",
"email": "eric.adams88@sample.org",
"city": "Clinton",
"age": 39
},
{
"id": 14,
"first_name": "Laura",
"last_name": "Lee",
"email": "jennifer.smith95@dummy.email",
"city": "Springfield",
"age": 35
},
{
"id": 15,
"first_name": "Virginia",
"last_name": "Brown",
"email": "samuel.ramirez2@test.io",
"city": "Portland",
"age": 62
},
{
"id": 16,
"first_name": "Daniel",
"last_name": "Roberts",
"email": "joseph.king86@sample.org",
"city": "Milton",
"age": 23
},
{
"id": 17,
"first_name": "Maria",
"last_name": "Jackson",
"email": "andrew.flores49@dummy.email",
"city": "Salem",
"age": 46
},
{
"id": 18,
"first_name": "Angela",
"last_name": "Brown",
"email": "pamela.ramirez58@test.io",
"city": "Troy",
"age": 71
},
{
"id": 19,
"first_name": "Michael",
"last_name": "Rodriguez",
"email": "stephanie.roberts96@sample.org",
"city": "Auburn",
"age": 49
},
{
"id": 20,
"first_name": "Jerry",
"last_name": "Torres",
"email": "anthony.adams96@placeholder.co",
"city": "Burlington",
"age": 67
},
{
"id": 21,
"first_name": "Mary",
"last_name": "Smith",
"email": "ashley.miller42@mock.dev",
"city": "Madison",
"age": 63
},
{
"id": 22,
"first_name": "Stephen",
"last_name": "Gonzalez",
"email": "amy.green17@test.io",
"city": "Portland",
"age": 61
},
{
"id": 23,
"first_name": "David",
"last_name": "Green",
"email": "eric.roberts73@sample.org",
"city": "Milton",
"age": 72
},
{
"id": 24,
"first_name": "Pamela",
"last_name": "Garcia",
"email": "ruth.adams40@demo.net",
"city": "Ashland",
"age": 32
},
{
"id": 25,
"first_name": "Jonathan",
"last_name": "Anderson",
"email": "larry.rodriguez98@demo.net",
"city": "Arlington",
"age": 53
}
]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