Gerador de Dados Fictícios
Gere dados falsos realistas — nomes, e-mails, endereços, UUIDs, datas e campos personalizados — e exporte como JSON, CSV ou instruções SQL INSERT
Fields (6)
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Kevin | Torres | betty.torres13@mock.dev | Fairview | 50 |
| 2 | Ashley | Robinson | cynthia.clark19@dummy.email | Georgetown | 34 |
| 3 | Debra | Flores | john.thompson54@dummy.email | Portland | 72 |
| 4 | Kathleen | Campbell | frank.allen61@fakeapi.com | Greenville | 54 |
| 5 | Gary | Walker | george.lewis32@example.com | Ashland | 39 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Kevin",
"last_name": "Torres",
"email": "betty.torres13@mock.dev",
"city": "Fairview",
"age": 50
},
{
"id": 2,
"first_name": "Ashley",
"last_name": "Robinson",
"email": "cynthia.clark19@dummy.email",
"city": "Georgetown",
"age": 34
},
{
"id": 3,
"first_name": "Debra",
"last_name": "Flores",
"email": "john.thompson54@dummy.email",
"city": "Portland",
"age": 72
},
{
"id": 4,
"first_name": "Kathleen",
"last_name": "Campbell",
"email": "frank.allen61@fakeapi.com",
"city": "Greenville",
"age": 54
},
{
"id": 5,
"first_name": "Gary",
"last_name": "Walker",
"email": "george.lewis32@example.com",
"city": "Ashland",
"age": 39
},
{
"id": 6,
"first_name": "Ronald",
"last_name": "Hall",
"email": "sandra.wilson43@dummy.email",
"city": "Franklin",
"age": 46
},
{
"id": 7,
"first_name": "Patricia",
"last_name": "Nguyen",
"email": "lisa.garcia90@placeholder.co",
"city": "Bristol",
"age": 61
},
{
"id": 8,
"first_name": "Benjamin",
"last_name": "Flores",
"email": "pamela.johnson2@dummy.email",
"city": "Manchester",
"age": 55
},
{
"id": 9,
"first_name": "Brandon",
"last_name": "Garcia",
"email": "jessica.lewis83@test.io",
"city": "Richmond",
"age": 24
},
{
"id": 10,
"first_name": "Katherine",
"last_name": "Garcia",
"email": "david.garcia83@demo.net",
"city": "Georgetown",
"age": 26
},
{
"id": 11,
"first_name": "Richard",
"last_name": "Jones",
"email": "james.thompson66@fakeapi.com",
"city": "Cleveland",
"age": 52
},
{
"id": 12,
"first_name": "Patricia",
"last_name": "Lewis",
"email": "ronald.hernandez98@sample.org",
"city": "Cleveland",
"age": 56
},
{
"id": 13,
"first_name": "Christine",
"last_name": "Scott",
"email": "carolyn.thompson40@mock.dev",
"city": "Newport",
"age": 46
},
{
"id": 14,
"first_name": "Katherine",
"last_name": "Walker",
"email": "david.hernandez58@placeholder.co",
"city": "Richmond",
"age": 24
},
{
"id": 15,
"first_name": "Anna",
"last_name": "Miller",
"email": "john.white24@mock.dev",
"city": "Auburn",
"age": 67
},
{
"id": 16,
"first_name": "Gregory",
"last_name": "Allen",
"email": "karen.ramirez48@mock.dev",
"city": "Manchester",
"age": 24
},
{
"id": 17,
"first_name": "Kathleen",
"last_name": "Rivera",
"email": "steven.rivera42@sample.org",
"city": "Cleveland",
"age": 18
},
{
"id": 18,
"first_name": "Scott",
"last_name": "Jones",
"email": "helen.hernandez6@test.io",
"city": "Kingston",
"age": 64
},
{
"id": 19,
"first_name": "Paul",
"last_name": "Campbell",
"email": "brian.clark38@mock.dev",
"city": "Manchester",
"age": 78
},
{
"id": 20,
"first_name": "Janet",
"last_name": "Harris",
"email": "kathleen.walker86@dummy.email",
"city": "Fairview",
"age": 73
},
{
"id": 21,
"first_name": "John",
"last_name": "Torres",
"email": "frank.miller22@sample.org",
"city": "Ashland",
"age": 66
},
{
"id": 22,
"first_name": "William",
"last_name": "Jones",
"email": "michael.hall3@example.com",
"city": "Greenville",
"age": 63
},
{
"id": 23,
"first_name": "Kimberly",
"last_name": "Johnson",
"email": "charles.williams76@dummy.email",
"city": "Hudson",
"age": 65
},
{
"id": 24,
"first_name": "Ronald",
"last_name": "Thompson",
"email": "matthew.jones23@mock.dev",
"city": "Burlington",
"age": 40
},
{
"id": 25,
"first_name": "Jessica",
"last_name": "Miller",
"email": "robert.brown99@dummy.email",
"city": "Franklin",
"age": 19
}
]Continue explorando
Outras ferramentas de Dados & Planilha que você pode gostar…
Visualizador e editor de CSV
Visualize, ordene, filtre e inspecione arquivos CSV como uma tabela interativa — tudo no navegador
Visualizador de tabela JSON
Renderize arrays JSON de objetos como uma tabela HTML classificável e pesquisável com filtragem de colunas
Conversor Excel para CSV
Converta arquivos Excel XLSX e XLS para o formato CSV — sem upload, funciona no navegador via SheetJS
Extrator de colunas CSV
Selecione colunas específicas de um arquivo CSV e baixe o resultado — ótimo para limpar grandes conjuntos de dados
SQL em CSV
Execute consultas SQL SELECT diretamente em arquivos CSV enviados — sem servidor necessário
Mesclador de CSV
Mescle vários arquivos CSV em um só — reordene, remova duplicatas e gerencie cabeçalhos automaticamente
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON para Excel
Converta arrays JSON de objetos para Excel (.xlsx) ou CSV — alimentado por SheetJS, funciona no navegador