nebula-importer 导入csv报错:node(entity): no node id

[root@host-1 nebula-importer-release-4.0]# bin/nebula-importer --config …/nebula_importer2.yaml
node(entity): no node id

nebula_importer2.yaml内容如下:

  client: 
    version: "v3"
    user: "root"
    password: "nebula"
    address: "ip:9669"
  manager: 
    spaceName: "ownthink"
  sources: 
    - 
      path: "./vertex.csv"
      csv: 
        withHeader: false
        delimiter: ","
      tags: 
        - 
          name: "entity"
          vid: 
            index: 0
            function: null
            type: "string"
          props: 
            - 
              name: "name"
              type: "string"
###              index: 0

请问有人遇到过这个 no node id 的问题吗

你用的什么版本的 importer 以及什么版本的内核。

importer 是4.0,内核3.6

报错原因应该是 index: 0 取了 null 或者 “”,看看数据有这样的不

请问一下,我应该排查节点整体取了 null 或者 “”,还是某节点的属性取了 null 或者 “”

看你的配置是 vid 那一列

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。