Random Data Generator
Generate sample rows with names, email-shaped values and identifiers for development. Export JSON, CSV or draft SQL to populate a test interface without retrieving real user records.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Choose between one and two hundred rows and select the format. Fields are fixed, so compare their names and types with the target schema before importing the output.
Results and examples
Three JSON rows form an array of records containing id, name and email. SQL output assumes a users table and therefore needs review rather than direct execution against a production database.
Limitations
- Identifiers are UUID-like values, not a guarantee of collision freedom or formal UUID conformance.
- Email-shaped samples should not be treated as real people to contact.
Fields
| Field | Guidance and constraints |
|---|---|
| Number of rows | Check the unit and format displayed beside this field. |
| JSON | Check the unit and format displayed beside this field. |
| CSV | Check the unit and format displayed beside this field. |
| SQL INSERT | Check the unit and format displayed beside this field. |
| Result (name / email / id) | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
Which fields appear in JSON?
Three JSON rows form an array of records containing id, name and email. SQL output assumes a users table and therefore needs review rather than direct execution against a production database.
Can I execute the SQL immediately?
Identifiers are UUID-like values, not a guarantee of collision freedom or formal UUID conformance. Email-shaped samples should not be treated as real people to contact.