Fake Data Generator
This tool helps you generate realistic fake data for testing and development purposes using Faker.js. You can create custom datasets with various types of data like names, emails, addresses, and more.
Instructions:
- Select a category from the dropdown menu (e.g., Person, Internet, Location).
- Choose a specific method for that category (e.g., fullName, email, streetAddress).
- Optionally configure the method with specific parameters using JavaScript syntax.
- Click Add to Table to add the field to your dataset configuration.
- Repeat steps 1-4 to add more fields as needed.
- Set the desired quantity of records to generate.
- Click Generate Fake Data to create your dataset.
- Use the Export as CSV or Copy CSV buttons to save your data.
- You can save your configuration to the cloud (if logged in) or locally for future use.
Pro tip: Click the "View Faker.js API Documentation" link to see all available methods and their configurations.