Method | Description | |
---|---|---|
Process ( |
Process, and sort the files.
|
|
SortCSV ( ) : System |
Construct the object.
|
Method | Description | |
---|---|---|
ReadInputFile ( ) : void |
Read the input file.
|
|
SortData ( ) : void |
Sort the loaded data.
|
|
WriteOutputFile ( |
Write the sorted output file.
|
public Process ( |
||
inputFile | The input file. | |
outputFile | The output file. | |
headers | bool | True, if headers are to be used. |
format | The format of the file. | |
return | void |