c++;
for (int i = 0; i < this.helper.getSourceColumns().size(); i++) {
ColumnDefinition colDef = this.helper.getSourceColumns().get(i);
int index = findIndex(colDef);
String value = line[index];
colDef.analyze(value);
}
}
this.analyzedRows = c;
// Calculate the means, and reset for sd calc.