Description
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.