数据与电子表格
模拟数据生成器
生成逼真的伪造数据 — 姓名、邮箱、地址、UUID、日期和自定义字段 — 并导出为 JSON、CSV 或 SQL INSERT 语句
Fields (6)
Add field:
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Anthony | Ramirez | betty.rivera35@dummy.email | Franklin | 45 |
| 2 | Nicole | Rodriguez | karen.brown20@fakeapi.com | Clinton | 62 |
| 3 | Ruth | Roberts | justin.king41@fakeapi.com | Franklin | 70 |
| 4 | Charles | Allen | kenneth.miller24@mock.dev | Dover | 19 |
| 5 | Dorothy | Flores | kimberly.carter59@dummy.email | Springfield | 80 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Anthony",
"last_name": "Ramirez",
"email": "betty.rivera35@dummy.email",
"city": "Franklin",
"age": 45
},
{
"id": 2,
"first_name": "Nicole",
"last_name": "Rodriguez",
"email": "karen.brown20@fakeapi.com",
"city": "Clinton",
"age": 62
},
{
"id": 3,
"first_name": "Ruth",
"last_name": "Roberts",
"email": "justin.king41@fakeapi.com",
"city": "Franklin",
"age": 70
},
{
"id": 4,
"first_name": "Charles",
"last_name": "Allen",
"email": "kenneth.miller24@mock.dev",
"city": "Dover",
"age": 19
},
{
"id": 5,
"first_name": "Dorothy",
"last_name": "Flores",
"email": "kimberly.carter59@dummy.email",
"city": "Springfield",
"age": 80
},
{
"id": 6,
"first_name": "Kathleen",
"last_name": "Mitchell",
"email": "jennifer.hernandez84@mock.dev",
"city": "Fairview",
"age": 28
},
{
"id": 7,
"first_name": "James",
"last_name": "Roberts",
"email": "kevin.ramirez86@fakeapi.com",
"city": "Clinton",
"age": 67
},
{
"id": 8,
"first_name": "Debra",
"last_name": "Taylor",
"email": "emily.green81@mock.dev",
"city": "Salem",
"age": 55
},
{
"id": 9,
"first_name": "Laura",
"last_name": "Clark",
"email": "debra.king2@demo.net",
"city": "Greenville",
"age": 54
},
{
"id": 10,
"first_name": "Amy",
"last_name": "Davis",
"email": "susan.wright83@placeholder.co",
"city": "Ashland",
"age": 19
},
{
"id": 11,
"first_name": "William",
"last_name": "Baker",
"email": "daniel.taylor58@dummy.email",
"city": "Portland",
"age": 70
},
{
"id": 12,
"first_name": "Eric",
"last_name": "Jackson",
"email": "deborah.martin13@dummy.email",
"city": "Lexington",
"age": 57
},
{
"id": 13,
"first_name": "Patrick",
"last_name": "Sanchez",
"email": "emily.king53@sample.org",
"city": "Bristol",
"age": 76
},
{
"id": 14,
"first_name": "Robert",
"last_name": "Mitchell",
"email": "kimberly.roberts96@mock.dev",
"city": "Lancaster",
"age": 41
},
{
"id": 15,
"first_name": "Sharon",
"last_name": "Campbell",
"email": "robert.rivera31@fakeapi.com",
"city": "Bristol",
"age": 72
},
{
"id": 16,
"first_name": "Jack",
"last_name": "Rodriguez",
"email": "linda.perez6@example.com",
"city": "Troy",
"age": 19
},
{
"id": 17,
"first_name": "Kenneth",
"last_name": "Miller",
"email": "helen.williams37@dummy.email",
"city": "Salem",
"age": 24
},
{
"id": 18,
"first_name": "Jennifer",
"last_name": "Garcia",
"email": "margaret.flores13@fakeapi.com",
"city": "Salem",
"age": 74
},
{
"id": 19,
"first_name": "Dorothy",
"last_name": "Baker",
"email": "john.lopez22@fakeapi.com",
"city": "Burlington",
"age": 22
},
{
"id": 20,
"first_name": "Nicole",
"last_name": "Adams",
"email": "kevin.sanchez86@sample.org",
"city": "Madison",
"age": 33
},
{
"id": 21,
"first_name": "Joseph",
"last_name": "Lopez",
"email": "emily.brown23@test.io",
"city": "Franklin",
"age": 57
},
{
"id": 22,
"first_name": "George",
"last_name": "Miller",
"email": "ronald.nelson81@dummy.email",
"city": "Troy",
"age": 56
},
{
"id": 23,
"first_name": "Robert",
"last_name": "Adams",
"email": "kevin.anderson32@placeholder.co",
"city": "Greenville",
"age": 25
},
{
"id": 24,
"first_name": "Barbara",
"last_name": "Nguyen",
"email": "christine.clark85@mock.dev",
"city": "Georgetown",
"age": 78
},
{
"id": 25,
"first_name": "Samantha",
"last_name": "Adams",
"email": "karen.garcia76@example.com",
"city": "Georgetown",
"age": 61
}
]继续探索
您可能喜欢的其他 数据与电子表格…
CSV 查看与编辑器
以交互式表格查看、排序、筛选和检查 CSV 文件——全部在浏览器中完成
立即试用
JSON 表格查看器
将 JSON 对象数组渲染为可排序、可搜索的 HTML 表格,支持列筛选
立即试用
Excel 转 CSV
将 XLSX 和 XLS Excel 文件转换为 CSV 格式——无需上传,通过 SheetJS 在浏览器中运行
立即试用
CSV 列提取器
从 CSV 文件中选取特定列并下载结果——非常适合清理大型数据集
立即试用
SQL 查询 CSV
直接在上传的 CSV 文件上运行 SQL SELECT 查询——无需服务器
立即试用
CSV 合并工具
将多个 CSV 文件合并为一个——重新排序、去重并自动处理表头
立即试用
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
立即试用
JSON 转 Excel
将 JSON 对象数组转换为 Excel (.xlsx) 或 CSV——由 SheetJS 驱动,在浏览器中运行
立即试用