데이터 & 스프레드시트
모의 데이터 생성기
현실적인 가짜 데이터 생성 — 이름, 이메일, 주소, UUID, 날짜 및 사용자 정의 필드 — JSON, CSV 또는 SQL INSERT 문으로 내보내기
Fields (6)
Add field:
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Mark | Davis | maria.carter86@sample.org | Milton | 66 |
| 2 | Laura | Nguyen | katherine.allen68@demo.net | Greenville | 55 |
| 3 | Ashley | Clark | samuel.ramirez93@placeholder.co | Bristol | 41 |
| 4 | William | Lee | mary.wilson94@example.com | Manchester | 57 |
| 5 | Ashley | Rodriguez | ashley.anderson87@example.com | Springfield | 20 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Mark",
"last_name": "Davis",
"email": "maria.carter86@sample.org",
"city": "Milton",
"age": 66
},
{
"id": 2,
"first_name": "Laura",
"last_name": "Nguyen",
"email": "katherine.allen68@demo.net",
"city": "Greenville",
"age": 55
},
{
"id": 3,
"first_name": "Ashley",
"last_name": "Clark",
"email": "samuel.ramirez93@placeholder.co",
"city": "Bristol",
"age": 41
},
{
"id": 4,
"first_name": "William",
"last_name": "Lee",
"email": "mary.wilson94@example.com",
"city": "Manchester",
"age": 57
},
{
"id": 5,
"first_name": "Ashley",
"last_name": "Rodriguez",
"email": "ashley.anderson87@example.com",
"city": "Springfield",
"age": 20
},
{
"id": 6,
"first_name": "Jonathan",
"last_name": "Carter",
"email": "maria.johnson71@placeholder.co",
"city": "Marion",
"age": 60
},
{
"id": 7,
"first_name": "Benjamin",
"last_name": "Torres",
"email": "sarah.white72@demo.net",
"city": "Milton",
"age": 23
},
{
"id": 8,
"first_name": "Jason",
"last_name": "Walker",
"email": "ryan.perez63@demo.net",
"city": "Fairview",
"age": 52
},
{
"id": 9,
"first_name": "Joshua",
"last_name": "Walker",
"email": "ryan.wilson56@mock.dev",
"city": "Bristol",
"age": 42
},
{
"id": 10,
"first_name": "Alexander",
"last_name": "Thomas",
"email": "edward.baker87@dummy.email",
"city": "Auburn",
"age": 19
},
{
"id": 11,
"first_name": "David",
"last_name": "Lewis",
"email": "angela.harris24@sample.org",
"city": "Cleveland",
"age": 51
},
{
"id": 12,
"first_name": "Raymond",
"last_name": "Nelson",
"email": "scott.allen98@demo.net",
"city": "Milford",
"age": 41
},
{
"id": 13,
"first_name": "Gregory",
"last_name": "King",
"email": "charles.martin54@example.com",
"city": "Georgetown",
"age": 66
},
{
"id": 14,
"first_name": "Margaret",
"last_name": "Taylor",
"email": "ashley.martin64@dummy.email",
"city": "Marion",
"age": 77
},
{
"id": 15,
"first_name": "Steven",
"last_name": "Scott",
"email": "shirley.baker67@fakeapi.com",
"city": "Dover",
"age": 74
},
{
"id": 16,
"first_name": "Timothy",
"last_name": "Jackson",
"email": "dorothy.torres43@sample.org",
"city": "Oxford",
"age": 59
},
{
"id": 17,
"first_name": "David",
"last_name": "Robinson",
"email": "kenneth.anderson75@dummy.email",
"city": "Arlington",
"age": 73
},
{
"id": 18,
"first_name": "David",
"last_name": "Flores",
"email": "jonathan.martin37@example.com",
"city": "Lexington",
"age": 28
},
{
"id": 19,
"first_name": "Barbara",
"last_name": "White",
"email": "paul.thomas40@example.com",
"city": "Dover",
"age": 79
},
{
"id": 20,
"first_name": "Kevin",
"last_name": "Garcia",
"email": "christopher.jackson79@placeholder.co",
"city": "Richmond",
"age": 78
},
{
"id": 21,
"first_name": "Linda",
"last_name": "Lewis",
"email": "kimberly.carter50@dummy.email",
"city": "Springfield",
"age": 42
},
{
"id": 22,
"first_name": "Katherine",
"last_name": "Green",
"email": "edward.clark87@fakeapi.com",
"city": "Clinton",
"age": 43
},
{
"id": 23,
"first_name": "Gregory",
"last_name": "Carter",
"email": "patrick.martinez64@example.com",
"city": "Hudson",
"age": 46
},
{
"id": 24,
"first_name": "Charles",
"last_name": "Lewis",
"email": "rebecca.perez81@mock.dev",
"city": "Riverside",
"age": 41
},
{
"id": 25,
"first_name": "Elizabeth",
"last_name": "Lee",
"email": "justin.lopez27@example.com",
"city": "Springfield",
"age": 38
}
]계속 탐색
추천 데이터 & 스프레드시트 도구…
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 기반, 브라우저에서 실행
지금 써 보기