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
Adding yams support is easy, as a dmdSchemeSet can beconverted directly to a yaml character using the as.yaml() function in as_yaml branch.
dmdSchemeSet
yaml character
as.yaml()
as_yaml
IMPORTANT: The export and import has to follow the same logic as the xml, i.e. the round trip needs to be
complete
metadata
This means, that the definitions also need to be exported when output = complete
output = complete
as_yaml()
yaml
yaml_document
as_dmdScheme
as_xml
write_yaml()
read_yaml()
The text was updated successfully, but these errors were encountered:
rkrug
No branches or pull requests
Adding yams support is easy, as a
dmdSchemeSet
can beconverted directly to ayaml character
using theas.yaml()
function inas_yaml
branch.IMPORTANT: The export and import has to follow the same logic as the xml, i.e. the round trip needs to be
complete
optionmetadata
option and the scheme definition is availablemetadata
option and no scheme definition is availableThis means, that the definitions also need to be exported when
output = complete
as_yaml()
which returns ayaml
character and add classyaml_document
.yaml_document
foras_dmdScheme
andas_xml
write_yaml()
andread_yaml()
functionsThe text was updated successfully, but these errors were encountered: