TSV Swap Two Columns
Swap the positions of two specific columns in a tab-separated TSV table.
How It Works & Processing Standards
Swap the positions of two specific columns in a tab-separated TSV table.
Your input data is never sent to any server and is securely processed on your device.
Current Limits
- Desktop max file size: 50MB
- Mobile max file size: 20MB
TSV Swap Two Columns is a 100% free, browser-based online utility. All calculations and file conversions run locally inside your browser (Local-First) without sending data to remote servers, keeping your documents and inputs strictly private.
How to Use TSV Swap Two Columns
- 1Paste TSVEnter tab-separated data.
- 2Select ColumnsChoose Column 1 and Column 2 to swap.
- 3Copy ResultExport the updated TSV table.
Examples
Swap Two Columns
Input: email name role
alice@example.com Alice Lead
Result: Swap [email] and [name]:
name email role
Alice alice@example.com Lead
Common Use Cases
- Correcting accidentally swapped columns in TSV exports
- Aligning TSV tables with standard spreadsheet import templates
- Reorganizing key columns for easier reading in terminal windows
Frequently Asked Questions (FAQ)
Are all rows updated consistently?
Yes, both the header row and all data rows have the two columns swapped identically.
