if (inCh != '(') {
raiseException(reader, "'(' or ')' expected");
}
// we are now at the beginning of the row.
++importedRows;
progressWriter.update(importedRows);
for (int i = 0; i < metaProperty.length; ++i) {
final int col = i + 1;
final int type = metaProperty[i].type;
switch (type) {
case HP_NUMERIC: