CSV + columns
name,email,role Ada,a@x.com,admin (columns: name,email)
CSV result
name,email Ada,a@x.com
Data Tools
Extract selected CSV columns by header name or zero-based index and export as CSV, JSON, or a plain list. Processing stays in your browser—useful for trimming wide exports.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
数据格式
支持用逗号分隔提取多列,如: name,email 或 1,2
等待输入
CSV + columns
name,email,role Ada,a@x.com,admin (columns: name,email)
CSV result
name,email Ada,a@x.com
Yes. Separate names or indexes with commas, for example name,email or 0,2.
You get an error so you can fix the header name or index.
Tools
Continue with another translated tool for a nearby task.
CSV to JSON
Convert CSV tables to JSON arrays in your browser. Supports comma, tab, semicolon, or pipe separators and optional header rows. Processing stays local—useful for exports, API samples, and light imports.
CSV Deduplicator
Deduplicate CSV rows by whole-line comparison or selected key columns. Runs locally in your browser—useful for cleaning exports and mailing lists.
JSON to CSV
Convert an array of JSON objects to CSV with selectable delimiters and optional nested-object flattening. Everything runs locally.