You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only get the information that an illegal character was found, not which one which makes trouble shooting unnecessarily tedious.
As an example, I get this output for one of our old repositories:
... 1625. Unexpected character in variable: 'Final Energy|Non-Energy Use'. Check for illegal characters and/or if tags were spelled correctly. 1626. Unexpected character in variable: 'Final Energy|Non-Energy Use|Biomass'. Check for illegal characters and/or if tags were spelled correctly. 1627. Unexpected character in variable: 'Final Energy|Non-Energy Use|Coal'. Check for illegal characters and/or if tags were spelled correctly. 1628. Unexpected character in variable: 'Final Energy|Non-Energy Use|Gas'. Check for illegal characters and/or if tags were spelled ...
EDIT:
After bilateral discussion with @dc-almeida, I understand the above check also affects attributes and not only the variable name. This should also be reflected in the error message.
Something like:
... 1625. Unexpected character ';' in variable.description of: 'Final Energy|Non-Energy Use'. Check for illegal characters and/or if tags were spelled correctly....
The text was updated successfully, but these errors were encountered:
phackstock
changed the title
Include which illegal character was found in a faulty variable name
Include which illegal character was found in a faulty variable and in which attribute
Jan 7, 2025
Currently, we only get the information that an illegal character was found, not which one which makes trouble shooting unnecessarily tedious.
As an example, I get this output for one of our old repositories:
EDIT:
After bilateral discussion with @dc-almeida, I understand the above check also affects attributes and not only the variable name. This should also be reflected in the error message.
Something like:
The text was updated successfully, but these errors were encountered: