Is it possible to import a database as GraphML XML-File in embedded Neo4j with Java? I tried to run the following script but without any success:
g.loadGraphML('graphMlFileLocation')
I'm unable to use the Script-Engine described here
Is there another way to import GraphML XML-Files?
Best Regards Max.