Data & Test Data
Convert and format data such as JSON, CSV and YAML, and generate dummy data for testing. Prepare the data you need for development checks on the spot.
27 tools・Ordered by measured page views over the last 90 days.
Japanese Phone Number Generator
Randomly generate Japanese phone numbers (mobile, landline, toll-free). Hyphen on/off and CSV export.
Japanese Address Generator
Randomly generate Japanese addresses (postal code, prefecture, city, block, building). Export as CSV for form checks.
Japanese Name Generator
Randomly generate Japanese full names with furigana and romaji. Export sample names as test data by count to CSV.
Email Address Generator
Randomly generate dummy email addresses for testing using safe reserved domains like example.com. Export to CSV.
JSON Formatter & Validator
Paste JSON to pretty-print or minify. Syntax errors are reported with line and column.
JSON Diff
Deep-compare two JSON documents and see added, removed, and changed keys with paths like a.b[2], color-coded. Key order is ignored; nesting is compared recursively.
Test Data Generator
Generate fictional test data — names, emails, phones, addresses, UUIDs — by count and columns. Export as CSV/TSV/JSON/SQL.
YAML / JSON Converter
Convert between YAML and JSON in both directions. Syntax errors are shown with line and column numbers, and the indent width is selectable.
Dummy Company Name Generator
Randomly generate fictional Japanese company names in Japanese and English. Choose industry and legal entity type, export as CSV.
Random Date Generator
Generate random dates for test data from a chosen range, count and format. Sorting and duplicate removal included.
JSON Relationship Map
Draws JSON nesting as levels. Select an element to color-code its parent, children, siblings and ancestors.
CSV ⇄ JSON Converter
Convert between CSV and a JSON array, with header and delimiter options.
Placeholder Image Generator
Create mockup placeholder images with a custom size, background and text colour. Save as PNG, JPEG or WebP.
Test Barcode Number Generator
Generate batches of JAN/EAN-13, UPC-A, ISBN-13 and ITF-14 test codes with a correct check digit. In-store prefixes that cannot collide with real products are selectable.
JSONL / JSON Converter
Convert between JSONL (NDJSON, one JSON per line) and a JSON array in both directions. Broken lines are reported with their line number.
CSV to vCard (.vcf)
Build a vCard (.vcf) file from a contacts CSV. Name, phone, email, company and title columns are detected automatically and merged into one downloadable file.
Fixed-width / CSV Converter
Split fixed-width text into CSV or TSV by per-field byte widths, and pack CSV back into fixed-width records. Switches byte counting between Shift_JIS and UTF-8 and flags lines that do not match.
JSON Schema Generator
Generate a JSON Schema (draft 2020-12) from sample JSON. Arrays are merged across every element; required and format inference are optional.
JSON to TypeScript
Paste JSON to generate TypeScript interfaces or types. Nested objects become separate named types and array element types are merged. Runs in your browser.
CSV Column Cut & Reorder
Extract and reorder CSV/TSV columns by header name or number, with ranges and exclusions.
.env and JSON Converter
Convert between a .env file and JSON. Handles comments, the export prefix, quoting, escapes and duplicate keys, and reports warnings.
CSV ⇄ Markdown Table
Convert CSV or TSV into a Markdown table and back, handling quoted commas, line breaks and pipe characters.
SQL IN Clause Builder
Paste one spreadsheet column and format it as a SQL IN clause, a comma-separated list, VALUES rows or INSERT statements. Escapes single quotes, removes duplicates and warns past 1000 items.
HTML Table to CSV
Parses HTML table elements and exports them as CSV or TSV, with multi-table selection and colspan expansion. Runs in your browser.
CSV Duplicate Rows
Remove or extract duplicate rows in CSV/TSV using the key columns you choose. Case and whitespace options, duplicates-only view, occurrence counts. Runs in your browser.
JSONPath Evaluator
Paste JSON and a JSONPath expression to see every match with its normalized path. Supports $..key, [*], [1:3] and filters.
Product Master Test Data
Generate a dummy product catalog with SKUs, JAN codes, prices and stock. JAN codes use a range that never collides with real products.