Method | Description | |
---|---|---|
Analyze ( |
Analyze the data. This counts the records and prepares the data to be processed.
|
|
Process ( |
Process the file.
|
Method | Description | |
---|---|---|
PrepareOutputFile ( |
Prepare the output file, write headers if needed.
|
public Analyze ( |
||
theAnalyst | The analyst to use. | |
inputFile | The input file. | |
headers | bool | True if headers are present. |
format | The format. | |
return | void |
public Process ( |
||
outputFile | The output file. | |
method | IMLMethod | THe method to use. |
return | void |