When you need a fake data generator
- Front-end needs rows before the API is ready
- Test DB needs hundreds of INSERT statements
- Demos must avoid real phone numbers and emails
The Fake Data Generator runs in the browser: pick column types, up to 1000 rows, preview and export JSON / CSV / TSV / SQL.
Field types (sample)
Full name, email, phone, username, password, address, city, company, job title, UUID, integers, floats, booleans, dates, URLs, IPs, colors, sentences and paragraphs. Add/remove columns and rename headers to match your schema.
Suggested workflow
- Choose Chinese or English locale.
- Map columns, e.g.
id=UUID,name=Full name,email=Email. - Set row count and click Generate.
- Download SQL for seeds, copy JSON for Postman, CSV for spreadsheets.
Works well with
| Scenario | Tool |
|---|---|
| Spreadsheet edits | CSV → Excel tools |
| Small manual INSERT rows | Generate INSERT |
| From real sheet | Excel to SQL |
Important
- Values are random fiction, not real people
- Do not use for spam or fraud
- Complex foreign keys still need code (Faker, etc.)
Privacy
Nothing is uploaded during generation.