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
Many of our readers read json and yaml files to add additional metadata.
Some of these features are made generally available in the pynxtools.utils but reader implementations differ.
I think we should streamline yaml and json reading and offer this as a general solution for adding additional keys to an appdef. There is a generic YamlJsonReader already going in that direction, but it is just used by few readers.
I think this would also be useful for plugin developers as they can concentrate on writing the actual data conversion and just can use the general handling of additional metadata through pynxtools.
The text was updated successfully, but these errors were encountered:
Many of our readers read json and yaml files to add additional metadata.
Some of these features are made generally available in the
pynxtools.utils
but reader implementations differ.YamlJsonReader
already going in that direction, but it is just used by few readers.The text was updated successfully, but these errors were encountered: