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
ClosesG-Node#353
Use the parser_utils odml_tuple_export function
in xmlparser and dict_parser. It is required to
properly serialize odml style tuples to XML, JSON
and YAML files.
When saving a Document containing Properties with odML style tuples, only the very first tuple is saved, the other ones are discarded.
The following example will save only the value
(1; 2)
to file:The text was updated successfully, but these errors were encountered: