【问题标题】:Neo4j CSV Import Execution FailureNeo4j CSV 导入执行失败
【发布时间】:2016-04-08 04:34:36
【问题描述】:

我正在尝试将 CSV 文件导入 Neo4j(社区版 V 2.3.3)。错误是 Neo.DatabaseError.Statement.ExecutionFailure 它显示如下:

    At O:\Sample1.csv:132851 -  there's a field starting with a quote and whereas it ends that quote there seems to be characters in that field after that ending quote. That isn't supported. This is what I read: 'MQP Coverage EPG"'

【问题讨论】:

    标签: csv neo4j


    【解决方案1】:

    您的输入文件中有一个字符串,其中包含未转义的引号。找到并修复它,您就可以开始了。

    【讨论】:

      【解决方案2】:

      您的 CSV 数据似乎有另一个引号字符,而不是默认的 "。你好像有',对吗?如果是这样,则将参数 --quote ' 添加到导入工具命令中。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2017-06-14
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-04-06
        相关资源
        最近更新 更多