Home › Programmer & Developer Tools › Mock / Fake Data Generator

Mock / Fake Data Generator

Build realistic fake datasets for testing, demos, and database seeding. Define your fields — names, emails, UUIDs, dates, numbers, and more — choose a row count, and export as JSON, CSV, or SQL insert statements. Everything is generated locally.

How to use Mock / Fake Data Generator

  1. Add fields and pick a data type for each.
  2. Set how many rows you want.
  3. Export as JSON, CSV, or SQL — copy or download.

Frequently asked questions

Is the data realistic?
Field types draw from curated name, email, date, and other generators so the output looks plausible — ideal for UI demos and seed data, though it is entirely fictional.
Can I import it into a database?
Yes — choose the SQL format to get ready-to-run INSERT statements with your chosen table name, or use CSV for bulk import tools.

More Programmer & Developer Tools

  • JSON Validator — Validate, parse, and prettify JSON — load it from a URL or curl command, or convert a Python dict (single quotes, True/False/None) to JSON. Identifies syntax errors with precise line number reporting.
  • Code Beautifier — Automatically format your JavaScript, CSS, and HTML with customizable indentation and style rules.
  • Minifier — Reduce bundle sizes by removing whitespace, comments, and optimizing code structure for production.
  • SQL Formatter & Beautifier — Pretty-print and indent SQL queries across dialects (PostgreSQL, MySQL, T-SQL, BigQuery, and more) with configurable keyword casing.
  • XML Formatter — Beautify and validate XML with configurable indentation, or minify it to the smallest valid output — entirely in your browser.
  • JSON Diff — Compare two JSON objects (or Python dicts) structurally to spot added, removed, and changed keys — or switch to line and word mode for plain text and code.
  • RegEx Tester — Build and test regular expressions in real-time with syntax highlighting and match group visualization.
  • Base64 Converter — Quickly encode and decode strings or files to Base64 format for safe data transmission.