coolboywcm commented on issue #680:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/680#issuecomment-3219609694

   如何跳过异常的数据,比如csv里面有些带特殊符号的数据, 我通过代码扫描创建边label时, 跳过了
   但是 写入边数据时,对应的边类型就不存在了, 这样的异常报错会导致这个导入进程停止
   报错日志:
   ```
   Failed to load, cause: The edge label 'C#' doesn't exist
   Exception in thread "main" 
org.apache.hugegraph.loader.exception.LoadException: The edge label 'C#' 
doesn't exist
           at 
org.apache.hugegraph.loader.builder.SchemaCache.getEdgeLabel(SchemaCache.java:119)
           at 
org.apache.hugegraph.loader.builder.ElementBuilder.getEdgeLabel(ElementBuilder.java:183)
           at 
org.apache.hugegraph.loader.builder.EdgeBuilder.<init>(EdgeBuilder.java:58)
           at 
org.apache.hugegraph.loader.task.ParseTaskBuilder.<init>(ParseTaskBuilder.java:60)
           at 
org.apache.hugegraph.loader.HugeGraphLoader.loadStruct(HugeGraphLoader.java:233)
           at 
org.apache.hugegraph.loader.HugeGraphLoader.loadStructs(HugeGraphLoader.java:217)
           at 
org.apache.hugegraph.loader.HugeGraphLoader.loadInputs(HugeGraphLoader.java:199)
           at 
org.apache.hugegraph.loader.HugeGraphLoader.loadInputs(HugeGraphLoader.java:171)
           at 
org.apache.hugegraph.loader.HugeGraphLoader.load(HugeGraphLoader.java:108)
           at 
org.apache.hugegraph.loader.HugeGraphLoader.main(HugeGraphLoader.java:71)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to