Swap Column Data
Swap the data between two columns in your CSV
CSV Input
Try a sample:
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
Options
Provide CSV input above to select columns.
CSV Output
Select two columns to swap their data...
More Options
CSV Format
Input
How to Use This Tool
This tool swaps the data between two columns in your CSV while keeping the headers in their original positions. Select two columns and the cell values are exchanged instantly.
- Provide your CSV — Paste CSV text into the input area, drop a CSV file onto the File tab, or enter a URL on the URL tab.
- Select two columns — Choose the first and second columns to swap data between.
- Get your output — Copy the result to your clipboard or save it as a .csv file.
FAQ
3 questionsDoes this tool upload my data?
No. It runs entirely in your browser using JavaScript. Your CSV data is never sent to a server.
Does it swap the headers too?
No. Only the data values are swapped. The column headers stay in their original positions.
How is this different from Reorder Columns?
Reorder Columns moves entire columns (headers and data together). Swap Column Data keeps headers in place and only moves the data between two columns.