การล้างข้อมูลและการจัดรูปแบบ
2 toolsการจัดเรียงและบรรทัด
2 tools- Sort Lines
Sort lines alphabetically, by length, or numerically. Ascending or descending, case-insensitive, with empty-line removal.
- Advanced Text Sorter
Advanced Text Sorter — Perform powerful sorting operations on lists or datasets. Sort alphabetically, numerically, by line length, or focus on a specifi...
เครื่องมือสำหรับนักพัฒนา
12 tools- JSON Formatter / Validator
JSON Formatter / Validator — Format, minify, or validate any JSON in your browser. Choose indent style and see error details for invalid input.
- JWT Decoder
JWT Decoder — Paste a JWT and see the header, payload, expiry, and signature parts decoded. Everything happens in your browser.
- CSV ↔ JSON
CSV ↔ JSON — Convert tabular data between CSV and JSON. Header row detection, custom delimiter, quoted-field-with-comma support.
- JSON Diff
JSON Diff — Compare two JSON values structurally — see exactly what was added, removed, or changed, with full key paths.
- YAML Formatter
YAML Formatter — Paste any YAML and format it cleanly — pick indent width and line wrap, optionally sort keys. Also validates YAML syntax and converts b...
- JSON to TypeScript
JSON to TypeScript — Paste a JSON payload and instantly get TypeScript interfaces (or type aliases) describing its shape. Optionally mark all properties...
- JWT Encoder / Signer
JWT Encoder / Signer — Build and sign a JWT — pick HS256 / HS384 / HS512, paste a header and payload (JSON), provide your secret, get a signed token. Us...
- JSON to Go Struct
JSON to Go Struct — Paste a JSON sample and get matching Go struct definitions — with optional
json:"..."tags,omitempty, and... - JSON to JSON Schema
JSON to JSON Schema — Paste any JSON sample and get a JSON Schema describing its shape — useful for API documentation, request/response validation, and ...
- JSON to Zod Schema
JSON to Zod Schema — Paste JSON and get a ready-to-use
z.object({...})Zod schema plus the inferred TypeScript type. - HTML Table Generator
Generate HTML table markup from delimited text data. Supports tab, comma, CSV, and custom delimiters. Free online HTML table generator.
- Data Format Converter
Data Format Converter — Convert between structured data formats instantly. Parse and serialize JSON, YAML, TOML, and XML with configurable indentation a...
เครื่องมือจัดการ CSV
10 tools- CSV Viewer
CSV Viewer — Paste any CSV — comma, semicolon, tab, or pipe-delimited — and see it as a clean, scrollable table.
- CSV Filter
CSV Filter — Filter CSV rows by any column — contains, equals, regex match, numeric compare, empty / not-empty.
- CSV Sort
CSV Sort — Sort CSV rows by any column. Three modes: alphabetical, numeric, and natural (so 'a2' comes before 'a10').
- CSV Column Extractor
CSV Column Extractor — Pick which columns to keep from a CSV. Output as CSV with any delimiter, or as a plain newline-separated list (one cell per line).
- CSV Deduplicate
CSV Deduplicate — Remove duplicate rows from a CSV. Dedupe on the full row, or just on selected key columns (e.g. dedupe by email).
- CSV Stats
CSV Stats — Per-column statistics for any CSV — total count, non-empty, unique values, plus numeric min/max/mean/sum for any column with numbers.
- CSV Studio
CSV Studio — Drop a CSV file (or load 100-row demo data) and explore it like a power tool: filter rows, sort by multiple columns, bulk-update cells, vis...
- CSV to SQL
Convert a CSV to SQL INSERT statements for MySQL, PostgreSQL, SQLite or MS SQL. Optional CREATE TABLE, multi-value INSERT mode.
- JSON to CSV
JSON to CSV — Convert any JSON array (of objects or arrays) — or even a single object — into clean CSV. Tick the Flatten option to expand nested objects...
- TSV to JSON Converter
Convert TSV (tab-separated values) to JSON online. Use the first row as keys, auto-parse numbers and booleans, and copy the formatted output instantly.
เครื่องมือสำหรับสำนักงาน
3 tools- XLSX to CSV
XLSX to CSV — Convert any Excel sheet to CSV — pick a delimiter, pick a sheet, or zip all sheets at once. Runs in your browser, no upload.
- XLSX to JSON
XLSX to JSON — Convert any Excel sheet to JSON — array of objects keyed by header row, or array of arrays with no header.
- CSV to XLSX
CSV to XLSX — Wrap a CSV file (or pasted CSV) into a single-sheet Excel .xlsx file. Pick the delimiter, sheet name, and output filename.