You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Boxuan Li (Jira)" <ji...@apache.org> on 2022/05/06 20:07:00 UTC

[jira] [Created] (TINKERPOP-2741) GraphMLWriter error message is not properly formatted

Boxuan Li created TINKERPOP-2741:
------------------------------------

             Summary: GraphMLWriter error message is not properly formatted
                 Key: TINKERPOP-2741
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2741
             Project: TinkerPop
          Issue Type: Bug
          Components: io
            Reporter: Boxuan Li


I was testing GraphML io format and got this error:

 

gremlin> g.io("graph.xml").write().iterate()
Multiple properties exists for the provided key: [%s] and multi-properties are not directly supported by GraphML format



It turns out the string placeholder is not properly replaced by the actual property key.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)