swap

Swap Columns

Use this tool to swap the positions of two columns in a delimited text. It's a handy way to rearrange data when the columns are not in the desired order. Specify the columns to swap by their column numbers. The tool will switch the positions of these columns, allowing you to reorganize your data with ease.

About


Use this tool to swap the positions of two columns in a delimited text. It's a handy way to rearrange data when the columns are not in the desired order. Specify the columns to swap by their column numbers. The tool will switch the positions of these columns, allowing you to reorganize your data with ease.

Basic Example


Swap the positions of the first and second columns in a delimited text.

Input

Column1 Column2 Column3
A B C
D E F
G H I

Output

Column2 Column1 Column3
B A C
E D F
H G I

Revert Changes


Made a mistake while swapping columns? You can easily undo the changes using the undo/redo function under the Edit button.