Hi Kristian,
I wanted to write on this conversion instead of creating a new one. I converted a JSON model to a graphml model with this command:
java -jar graphwalker-cli-4.3.0.jar convert -i TestModel.json -f graphml > TestModel.graphml
The model is a basic example like you did previously.
I can run this inside the GraphWalker studio with this Generator: random(reached_vertex(v_End)).
When I compare this with an example model saved from yEd live editor, I can see that the graphwalker CLI export XML file that start with
<?xml version="1.0" encoding="ISO-8859-1"?> but other models start with
<?xml version="1.0" encoding="UTF-8" standalone="no"?> . I modified the exported graphml file to make it look like the way yEd editor understand but couldn't manage to do that.
Is something changed from graphwalker CLI version 4.2.0 to 4.3.0 or does yEd live editor changed in a way that the conversion is not possible anymore?
Thank you,
Alper.