CSV + order
a,b,c 1,2,3 (order: 2,0)
Result
c,a 3,1
Data Tools
Reorder CSV columns by index or header name, optionally sort ascending by the first output column, and copy the result. Processing stays in your browser.
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.
数据格式
等待输入
已复制结果
CSV + order
a,b,c 1,2,3 (order: 2,0)
Result
c,a 3,1
Unmatched columns are reported and the tool can fall back to emitting whole rows.
Yes. When sort is enabled, entire rows stay aligned while ordering by the first output column.
Tools
Continue with another translated tool for a nearby task.
CSV Column Extractor
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.
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.