CSV Row Reverser
Reverse row order of CSV files from the command line!
Ever had to reverse the row 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 row 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.
RevRows in action!

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