Purpose: The goal of this program is to allow users to retrieve the contents of CSV files, manipulate its columns, and perform some basic functions to generate columns and populate thier data. The program was written in Java using the NetBeans environment and a .jar file was produced. On a Windows Operating system, the program should be able to run with by double clicking on the ReviseCSV.jar file. The current vertions allows the user to: Load a CSV file Save a CVS file Rename a column Add a column with empty cells Add a column with cells being assigned a default value Concatenate Columns Assign Columns by priority selection Split a record by selecting two columns which the data is to be seperated Create a number of columns by tokenizing the contents of a column