数据与电子表格
模拟数据生成器
生成逼真的伪造数据 — 姓名、邮箱、地址、UUID、日期和自定义字段 — 并导出为 JSON、CSV 或 SQL INSERT 语句
Fields (6)
Add field:
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Justin | Baker | thomas.white31@dummy.email | Richmond | 54 |
| 2 | Cynthia | Moore | sarah.moore48@demo.net | Newport | 74 |
| 3 | Gary | Brown | laura.rodriguez20@placeholder.co | Riverside | 59 |
| 4 | Kevin | Lopez | laura.allen4@demo.net | Hudson | 42 |
| 5 | Catherine | Brown | samuel.garcia42@dummy.email | Kingston | 73 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Justin",
"last_name": "Baker",
"email": "thomas.white31@dummy.email",
"city": "Richmond",
"age": 54
},
{
"id": 2,
"first_name": "Cynthia",
"last_name": "Moore",
"email": "sarah.moore48@demo.net",
"city": "Newport",
"age": 74
},
{
"id": 3,
"first_name": "Gary",
"last_name": "Brown",
"email": "laura.rodriguez20@placeholder.co",
"city": "Riverside",
"age": 59
},
{
"id": 4,
"first_name": "Kevin",
"last_name": "Lopez",
"email": "laura.allen4@demo.net",
"city": "Hudson",
"age": 42
},
{
"id": 5,
"first_name": "Catherine",
"last_name": "Brown",
"email": "samuel.garcia42@dummy.email",
"city": "Kingston",
"age": 73
},
{
"id": 6,
"first_name": "William",
"last_name": "Jones",
"email": "jason.king65@fakeapi.com",
"city": "Salem",
"age": 70
},
{
"id": 7,
"first_name": "Katherine",
"last_name": "Lewis",
"email": "alexander.perez12@sample.org",
"city": "Manchester",
"age": 43
},
{
"id": 8,
"first_name": "Daniel",
"last_name": "Carter",
"email": "virginia.green62@example.com",
"city": "Fairview",
"age": 41
},
{
"id": 9,
"first_name": "Larry",
"last_name": "Garcia",
"email": "nancy.sanchez25@example.com",
"city": "Dover",
"age": 58
},
{
"id": 10,
"first_name": "Jerry",
"last_name": "Brown",
"email": "dennis.nguyen9@fakeapi.com",
"city": "Greenville",
"age": 74
},
{
"id": 11,
"first_name": "Shirley",
"last_name": "Martinez",
"email": "carolyn.lopez28@placeholder.co",
"city": "Lancaster",
"age": 45
},
{
"id": 12,
"first_name": "Christopher",
"last_name": "Miller",
"email": "mark.wilson80@example.com",
"city": "Ashland",
"age": 76
},
{
"id": 13,
"first_name": "Jerry",
"last_name": "Thomas",
"email": "amy.miller19@placeholder.co",
"city": "Lexington",
"age": 56
},
{
"id": 14,
"first_name": "Susan",
"last_name": "Thomas",
"email": "laura.hill43@example.com",
"city": "Troy",
"age": 68
},
{
"id": 15,
"first_name": "Kenneth",
"last_name": "Jones",
"email": "brenda.garcia23@mock.dev",
"city": "Milton",
"age": 47
},
{
"id": 16,
"first_name": "Barbara",
"last_name": "Green",
"email": "nicole.smith8@mock.dev",
"city": "Springfield",
"age": 64
},
{
"id": 17,
"first_name": "Elizabeth",
"last_name": "Hill",
"email": "samuel.jackson80@fakeapi.com",
"city": "Bristol",
"age": 43
},
{
"id": 18,
"first_name": "Linda",
"last_name": "Jones",
"email": "katherine.adams85@fakeapi.com",
"city": "Milton",
"age": 72
},
{
"id": 19,
"first_name": "Benjamin",
"last_name": "Wilson",
"email": "gregory.hernandez92@example.com",
"city": "Springfield",
"age": 53
},
{
"id": 20,
"first_name": "Stephen",
"last_name": "Mitchell",
"email": "karen.martinez52@demo.net",
"city": "Lexington",
"age": 64
},
{
"id": 21,
"first_name": "Brandon",
"last_name": "Lee",
"email": "melissa.green2@demo.net",
"city": "Ashland",
"age": 65
},
{
"id": 22,
"first_name": "Samuel",
"last_name": "Wright",
"email": "shirley.johnson84@mock.dev",
"city": "Kingston",
"age": 40
},
{
"id": 23,
"first_name": "Alexander",
"last_name": "Moore",
"email": "brenda.young99@fakeapi.com",
"city": "Clinton",
"age": 48
},
{
"id": 24,
"first_name": "Dennis",
"last_name": "Anderson",
"email": "ruth.perez43@mock.dev",
"city": "Newport",
"age": 33
},
{
"id": 25,
"first_name": "Nicole",
"last_name": "Hall",
"email": "samantha.campbell25@sample.org",
"city": "Riverside",
"age": 32
}
]继续探索
您可能喜欢的其他 数据与电子表格…
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 驱动,在浏览器中运行
立即试用