메소드 | 설명 | |
---|---|---|
Analyze ( |
Analyze the data. This counts the records and prepares the data to be processed.
|
|
Process ( |
Process the file.
|
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | void |
public Process ( |
||
outputFile | The output file. | |
method | IMLMethod | THe method to use. |
리턴 | void |