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 its not possible to catch yarrrml2rml convert errors and warnings. My idea was to simply log these messages and return them if requested. I think its better then throw errors and exit the conversion, because we may want ignore the warnings.
I don't really know how others solve this issue, but I simply solved it for me with a static logger (based on js-logger) on my fork: https://github.com/simeonackermann/yarrrml-parser/tree/feature-logger
Issue type: 🦄 Feature
Description
Currently its not possible to catch yarrrml2rml convert errors and warnings. My idea was to simply log these messages and return them if requested. I think its better then throw errors and exit the conversion, because we may want ignore the warnings.
I don't really know how others solve this issue, but I simply solved it for me with a static logger (based on js-logger) on my fork: https://github.com/simeonackermann/yarrrml-parser/tree/feature-logger
Usage is:
Shall I open a PR for this?
Existing features it breaks
nothing
The text was updated successfully, but these errors were encountered: