我们正在使用 Talend Open Studio for Big Data 将 MySQL 数据迁移到 Neo4j。我已经完成了一些工作,但是我在 rels.csv 文件中使用 tNeo4jOutputRelationship 组件时遇到了困难,该文件包含我们的 nodes.csv 文件中不存在的值之间的关系。
抛出的显式错误:
Exception in component tNeo4jOutputRelationship_1
java.lang.RuntimeException: Start node looked up by index with my_index as key and my_value as value doesn't exist
做了一些研究,发现在Github上抛出错误的代码部分
是否可以在运行时暂时抑制此错误?我们确实有相当多的重组数据,并不是每个 rels.csv 都会与每个作业的 nodes.csv 匹配。