Générateur de données fictives
Générez des enregistrements utilisateurs fictifs - nom, email, téléphone, adresse - en JSON ou CSV.
Choisissez le nombre d'enregistrements et les champs, on renvoie un bloc JSON, CSV ou INSERT SQL. Noms, emails et adresses sont combinés aléatoirement à partir d'un jeu de données embarqué.
Comment l'utiliser
Pick count and fields
Number of rows, and which fields to include.
Pick the output format
JSON array, CSV with header, or SQL INSERT statements.
Copy or download
Hit Copy to grab the string, or paste it into your seeding script.
Qu'est-ce que c'est ?
A mock data generator builds realistic-looking but synthetic records for seeding databases, populating UI mock-ups or stress-testing API endpoints. The fields are randomly combined from a small bundled dataset - names, surnames, cities, streets, companies, job titles - so output is unique each run and free of any real personal data.
Quand l'utiliser
Seeding a development database; building a Figma-style mock-up where '50 user rows' is more convincing than 'Lorem Ipsum'; load-testing a search or filter UI; populating a CSV import flow's sample file. Avoid using it for anything customer-facing or for analytics; the data is too synthetic to behave like real users.
Erreurs courantes
Using the generated emails to test real email-sending - example.com bounces, which is correct behaviour but breaks tests that assume delivery. Forgetting to set a seed when reproducibility matters - this generator is random, so two runs produce different output. And generating gigabytes worth of records in the browser when you really want a server-side faker library; this tool tops out around 10,000 rows.
FAQ
- Are the emails / phones real?
- No. Emails use the example.com / example.org domains reserved by RFC 2606 for this purpose. Phone numbers use the 555 prefix (US TV / movie convention for non-real numbers) where possible.
- How big can I generate?
- Up to 10,000 records per click - the browser can comfortably hold that as a string. For larger seeds you usually want a server-side generator (faker, mimesis) anyway.
Outils similaires
Plus dans cette catégorie
- Formateur et validateur JSON
- Encodeur / Décodeur Base64
- Encodeur / Décodeur d'URL
- Générateur de hachage (SHA-1, SHA-256, SHA-384, SHA-512)
- Décodeur JWT
- Testeur de regex
- Convertisseur Markdown vers HTML
- Convertisseur YAML vers JSON
- Convertisseur CSV vers JSON
- Formateur SQL
- Encodeur / Décodeur d'entités HTML
- Lecteur d'expression cron
- Formateur XML
- Minificateur HTML
- Générateur de tableau Markdown