Свойство | Type | Description | |
---|---|---|---|
AllocateStorage | void | ||
CalculateIndicators | void | ||
ReadFile | void | ||
WriteCSV | void |
Méthode | Description | |
---|---|---|
Process ( |
Process and write the specified output file.
|
|
RenameColumn ( int index, String newName ) : void |
Rename a column.
|
Méthode | Description | |
---|---|---|
AllocateStorage ( ) : void |
Allocate storage.
|
|
CalculateIndicators ( ) : void |
Calculate the indicators.
|
|
ReadFile ( ) : void |
Read the CSV file.
|
|
WriteCSV ( |
Write the CSV.
|
public Process ( |
||
output | The output file. | |
Résultat | void |
public RenameColumn ( int index, String newName ) : void | ||
index | int | The column index. |
newName | String | The new name. |
Résultat | void |