Mock data maker

One field per line · fixed seed · ko/en/ja · JSON, CSV, SQL

가짜 데이터 만들기

칸 종류만 적으면 그럴듯한 시험용 데이터를 만듭니다. 한국어·영어·일본어 이름, CSV·JSON·SQL 로

칸 적기 (한 줄에 하나)

쓸 수 있는 종류: name · email · phone · address · company · job · id · uuid · int(20,40) · float(0,1) · bool · date(2024-01-01,2026-12-31) · enum(가|나|다) · lorem(6) · url

만들어진 데이터
몇 줄 20
씨앗 (같으면 같은 데이터)
20줄 · 7칸 (씨앗 1)

Write just the field kinds (name:name) and it fills in believable rows — as many as you want. The same seed always gives the same data.

How to use it

  1. Write one field per line (e.g. name:name · email:email · joined:date)
  2. Choose how many rows and which seed
  3. Take the result as JSON, CSV or SQL
  4. Put the same seed back in and you get the same data

Common questions

Why a seed?
A test that changes every run locks nothing down. So instead of Math.random the rows come from the seed — the same seed always gives the same data.
Can it produce Korean names?
Yes. Names and addresses are split per locale (ko/en/ja) — testing a Korean layout with English names gets the character widths wrong.
Is the generated data uploaded anywhere?
No. It is generated in your browser and downloaded from there.

Other tools

Stays on your device What you enter is handled inside your browser only — nothing is stored or sent anywhere.

This tool page states where what you enter goes — see the badge above. All tools · KarmoLab · Who made this · Built with AI. View source