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 | Michael | Walker | janet.thompson88@test.io | Milton | 50 |
| 2 | Nicholas | Allen | kathleen.thomas27@demo.net | Greenville | 49 |
| 3 | Debra | Williams | joshua.carter52@test.io | Newport | 52 |
| 4 | Brian | Scott | cynthia.martin13@fakeapi.com | Clinton | 38 |
| 5 | Jeffrey | Roberts | robert.anderson5@mock.dev | Kingston | 47 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Michael",
"last_name": "Walker",
"email": "janet.thompson88@test.io",
"city": "Milton",
"age": 50
},
{
"id": 2,
"first_name": "Nicholas",
"last_name": "Allen",
"email": "kathleen.thomas27@demo.net",
"city": "Greenville",
"age": 49
},
{
"id": 3,
"first_name": "Debra",
"last_name": "Williams",
"email": "joshua.carter52@test.io",
"city": "Newport",
"age": 52
},
{
"id": 4,
"first_name": "Brian",
"last_name": "Scott",
"email": "cynthia.martin13@fakeapi.com",
"city": "Clinton",
"age": 38
},
{
"id": 5,
"first_name": "Jeffrey",
"last_name": "Roberts",
"email": "robert.anderson5@mock.dev",
"city": "Kingston",
"age": 47
},
{
"id": 6,
"first_name": "John",
"last_name": "White",
"email": "pamela.roberts34@placeholder.co",
"city": "Springfield",
"age": 45
},
{
"id": 7,
"first_name": "Brian",
"last_name": "Martin",
"email": "mary.rivera31@dummy.email",
"city": "Richmond",
"age": 58
},
{
"id": 8,
"first_name": "William",
"last_name": "Wilson",
"email": "barbara.lewis31@test.io",
"city": "Richmond",
"age": 45
},
{
"id": 9,
"first_name": "Elizabeth",
"last_name": "Green",
"email": "richard.baker62@example.com",
"city": "Kingston",
"age": 72
},
{
"id": 10,
"first_name": "Catherine",
"last_name": "Martin",
"email": "jack.jones72@mock.dev",
"city": "Ashland",
"age": 57
},
{
"id": 11,
"first_name": "Donald",
"last_name": "Robinson",
"email": "kevin.sanchez6@mock.dev",
"city": "Milford",
"age": 45
},
{
"id": 12,
"first_name": "Jessica",
"last_name": "King",
"email": "lisa.adams21@test.io",
"city": "Cleveland",
"age": 54
},
{
"id": 13,
"first_name": "Sharon",
"last_name": "King",
"email": "jonathan.wilson31@mock.dev",
"city": "Newport",
"age": 43
},
{
"id": 14,
"first_name": "Debra",
"last_name": "Davis",
"email": "deborah.sanchez62@sample.org",
"city": "Auburn",
"age": 18
},
{
"id": 15,
"first_name": "Jessica",
"last_name": "Lewis",
"email": "alexander.johnson56@example.com",
"city": "Milford",
"age": 64
},
{
"id": 16,
"first_name": "Mark",
"last_name": "Mitchell",
"email": "susan.hernandez92@example.com",
"city": "Manchester",
"age": 21
},
{
"id": 17,
"first_name": "Jeffrey",
"last_name": "Torres",
"email": "deborah.ramirez23@mock.dev",
"city": "Georgetown",
"age": 48
},
{
"id": 18,
"first_name": "Gregory",
"last_name": "Allen",
"email": "jack.lewis23@demo.net",
"city": "Arlington",
"age": 73
},
{
"id": 19,
"first_name": "Andrew",
"last_name": "Anderson",
"email": "larry.hall75@test.io",
"city": "Madison",
"age": 48
},
{
"id": 20,
"first_name": "Pamela",
"last_name": "Flores",
"email": "janet.williams10@mock.dev",
"city": "Manchester",
"age": 32
},
{
"id": 21,
"first_name": "Sarah",
"last_name": "Nguyen",
"email": "stephen.sanchez89@fakeapi.com",
"city": "Lexington",
"age": 73
},
{
"id": 22,
"first_name": "Patricia",
"last_name": "Nguyen",
"email": "cynthia.smith46@fakeapi.com",
"city": "Manchester",
"age": 34
},
{
"id": 23,
"first_name": "Jack",
"last_name": "Martin",
"email": "steven.martinez1@dummy.email",
"city": "Milford",
"age": 47
},
{
"id": 24,
"first_name": "David",
"last_name": "Smith",
"email": "carol.lewis64@sample.org",
"city": "Kingston",
"age": 75
},
{
"id": 25,
"first_name": "Joshua",
"last_name": "Gonzalez",
"email": "cynthia.anderson96@mock.dev",
"city": "Troy",
"age": 52
}
]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