OrientDb:通过 GraphML 导入导入 Neo4J 数据库时出错

OrientDb: Error while importing Neo4J database through GraphML importation

我正在尝试导入 Neo4j 数据库,我正在执行以下步骤:

我收到以下错误:

!ERROR: Error on importing GraphML
-> Current state = END_ELEMENT is not among the states CHARACTERS , COMMENT , CDATA , SPACE valid for getTextStart()

您正在按照一个已弃用的过程从 Neo4j 导入到 OrientDB。来自您链接的文档:

This is a legacy strategy to migrate from Neo4j. The new strategy is to migrate using the Neo4j to OrientDB Importer.

您应该使用 this link 中介绍的新 "Neo4j to OrientDB Importer" 策略。