We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@ronaldtse From what I understand we need to support something like what xpath does i.e lutaml_model_instance.model_path(<expression>).
lutaml_model_instance.model_path(<expression>)
Is this correct?
Sorry, something went wrong.
Yes, that's correct. What we are doing in root_mappings / child_mappings is like that:
map_root to: :units, root_mappings: { id: :key, name: %w[root_units enumerated_root_units] }
i.e. root_units enumerated_root_units => in YAML input.root_units.enumerated_root_units.
root_units enumerated_root_units
input.root_units.enumerated_root_units
We need to think about it.
We have a gem for lutaml-path.
We need a specification for lutaml-path and to extend it.
HassanAkbar
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: