CSV Column Reverser
Reverse column order of CSV files from the command line!
Ever had to reverse the column order in a CSV (Comma Separated Values) file? Forget the days of manual and error-prone copy-pasting with RevCols, a batch script that reverses the column order in CSV files.
Key Features
- Command line and interactive usage. (Run with "/?" switch to view help)
- Drag & Drop CSV files onto program icon to quickly convert them.
- Convenient TSetup installer and desktop shortcut.
- Written as a Batch script.
RevCols in action!

Example output
*----------------------------* *----------------------------*
|"Apples", "Oranges", "Pairs"| | "Pairs", "Oranges","Apples"|
| 230, 142, 85| ---> | 85, 142, 230|
| 128, 137, 106| | 106, 137, 128|
*----------------------------* *----------------------------*
Get Started with ColumnReverser
Free for personal, non-commercial use. Contact for enterprise licensing.
Download TSetup installer (Win2K+): [RevCols.zip] (13KB).
Download portable version (Win2K+): [RevColsP.zip] (13KB).