In the bedrock.hier.create.fromsubset process, within the Data section (line 38), the logic currently uses an ELSE statement to import numeric attributes. However, there is another attribute type “C” (String) that is not handled by this logic. As a result, the process may fail to complete successfully when encountering attributes of type “C”.
