Currently when fields are exported to exfiles no validation is performed on iron field variable names to check if they meet requirements of zinc. This is an issue for me with the "del U/del n" field ending up with a field name containing the region path separator.
A simple solution is to simply replace '/' with '_' when exporting. Which at least results in a field name that can be used in zinc (actually, probably this is a Cmgui only issue?).
Currently when fields are exported to exfiles no validation is performed on iron field variable names to check if they meet requirements of zinc. This is an issue for me with the "del U/del n" field ending up with a field name containing the region path separator.
A simple solution is to simply replace '/' with '_' when exporting. Which at least results in a field name that can be used in zinc (actually, probably this is a Cmgui only issue?).