데이터 & 스프레드시트
모의 데이터 생성기
현실적인 가짜 데이터 생성 — 이름, 이메일, 주소, UUID, 날짜 및 사용자 정의 필드 — JSON, CSV 또는 SQL INSERT 문으로 내보내기
Fields (6)
Add field:
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Barbara | Williams | christine.perez41@mock.dev | Arlington | 75 |
| 2 | Ryan | Carter | alexander.nguyen59@sample.org | Dover | 26 |
| 3 | Rachel | Martinez | dennis.robinson44@demo.net | Georgetown | 79 |
| 4 | Angela | Clark | ruth.allen86@fakeapi.com | Hudson | 65 |
| 5 | Joseph | Rodriguez | kenneth.white31@sample.org | Springfield | 67 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Barbara",
"last_name": "Williams",
"email": "christine.perez41@mock.dev",
"city": "Arlington",
"age": 75
},
{
"id": 2,
"first_name": "Ryan",
"last_name": "Carter",
"email": "alexander.nguyen59@sample.org",
"city": "Dover",
"age": 26
},
{
"id": 3,
"first_name": "Rachel",
"last_name": "Martinez",
"email": "dennis.robinson44@demo.net",
"city": "Georgetown",
"age": 79
},
{
"id": 4,
"first_name": "Angela",
"last_name": "Clark",
"email": "ruth.allen86@fakeapi.com",
"city": "Hudson",
"age": 65
},
{
"id": 5,
"first_name": "Joseph",
"last_name": "Rodriguez",
"email": "kenneth.white31@sample.org",
"city": "Springfield",
"age": 67
},
{
"id": 6,
"first_name": "Margaret",
"last_name": "Hernandez",
"email": "nancy.king13@demo.net",
"city": "Milton",
"age": 44
},
{
"id": 7,
"first_name": "Jacob",
"last_name": "Jones",
"email": "amanda.torres45@fakeapi.com",
"city": "Burlington",
"age": 34
},
{
"id": 8,
"first_name": "Susan",
"last_name": "Rivera",
"email": "nancy.wilson81@dummy.email",
"city": "Oxford",
"age": 28
},
{
"id": 9,
"first_name": "Joshua",
"last_name": "Rivera",
"email": "sandra.hill39@dummy.email",
"city": "Portland",
"age": 19
},
{
"id": 10,
"first_name": "Kenneth",
"last_name": "Wilson",
"email": "mary.brown76@dummy.email",
"city": "Georgetown",
"age": 24
},
{
"id": 11,
"first_name": "Patricia",
"last_name": "Lewis",
"email": "stephen.rivera97@fakeapi.com",
"city": "Lancaster",
"age": 41
},
{
"id": 12,
"first_name": "James",
"last_name": "Clark",
"email": "melissa.hernandez74@dummy.email",
"city": "Burlington",
"age": 70
},
{
"id": 13,
"first_name": "Thomas",
"last_name": "Hernandez",
"email": "cynthia.taylor19@example.com",
"city": "Riverside",
"age": 77
},
{
"id": 14,
"first_name": "Emily",
"last_name": "Jones",
"email": "ruth.king44@placeholder.co",
"city": "Troy",
"age": 74
},
{
"id": 15,
"first_name": "Mark",
"last_name": "Carter",
"email": "thomas.allen82@dummy.email",
"city": "Milton",
"age": 52
},
{
"id": 16,
"first_name": "Patricia",
"last_name": "Scott",
"email": "patricia.walker88@mock.dev",
"city": "Burlington",
"age": 23
},
{
"id": 17,
"first_name": "Pamela",
"last_name": "Wilson",
"email": "sandra.scott69@dummy.email",
"city": "Hudson",
"age": 74
},
{
"id": 18,
"first_name": "Ryan",
"last_name": "Thompson",
"email": "ruth.wilson89@fakeapi.com",
"city": "Greenville",
"age": 77
},
{
"id": 19,
"first_name": "Kevin",
"last_name": "Walker",
"email": "kimberly.mitchell75@fakeapi.com",
"city": "Greenville",
"age": 62
},
{
"id": 20,
"first_name": "Kevin",
"last_name": "Campbell",
"email": "ronald.brown50@example.com",
"city": "Richmond",
"age": 57
},
{
"id": 21,
"first_name": "Joseph",
"last_name": "Moore",
"email": "jack.mitchell78@sample.org",
"city": "Madison",
"age": 35
},
{
"id": 22,
"first_name": "Nicholas",
"last_name": "Scott",
"email": "timothy.adams36@demo.net",
"city": "Dover",
"age": 55
},
{
"id": 23,
"first_name": "Nicholas",
"last_name": "Torres",
"email": "laura.hernandez89@placeholder.co",
"city": "Arlington",
"age": 65
},
{
"id": 24,
"first_name": "Eric",
"last_name": "Hernandez",
"email": "brandon.brown86@mock.dev",
"city": "Fairview",
"age": 29
},
{
"id": 25,
"first_name": "Donna",
"last_name": "Taylor",
"email": "amy.king94@fakeapi.com",
"city": "Kingston",
"age": 71
}
]계속 탐색
추천 데이터 & 스프레드시트 도구…
CSV 뷰어 및 편집기
CSV 파일을 인터랙티브 표로 보기, 정렬, 필터링, 검사 — 모두 브라우저에서
지금 써 보기
JSON 테이블 뷰어
JSON 객체 배열을 열 필터링이 가능한 정렬·검색 가능한 HTML 표로 렌더링
지금 써 보기
Excel을 CSV로 변환
XLSX 및 XLS Excel 파일을 CSV 형식으로 변환 — 업로드 없이 SheetJS로 브라우저에서 실행
지금 써 보기
CSV 열 추출기
CSV 파일에서 특정 열을 선택하고 결과 다운로드 — 대용량 데이터셋 정리에 유용
지금 써 보기
CSV에서 SQL 쿼리
업로드된 CSV 파일에서 직접 SQL SELECT 쿼리 실행 — 서버 불필요
지금 써 보기
CSV 합치기
여러 CSV 파일을 하나로 합치기 — 순서 변경, 중복 제거, 헤더 자동 처리
지금 써 보기
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
지금 써 보기
JSON을 Excel로
JSON 객체 배열을 Excel(.xlsx) 또는 CSV로 변환 — SheetJS 기반, 브라우저에서 실행
지금 써 보기